diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-14 23:58:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-15 01:57:39 -0600 |
| commit | 134aceca8826500e75d2ba49e904cb7e5c4a57f0 (patch) | |
| tree | 5ec6a7464362dfecb00fe122875bf2f32d895492 /.github/workflows | |
| parent | ffbed1dd98b5ca2eac6216d9af61fda6d29a70f1 (diff) | |
upgrade versions of integrated gems in CI workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b460e4..e5313c2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - os: windows-latest ruby: '3.1' asciidoctor-diagram-version: ~ - asciidoctor-kroki-version: '0.5.0' + asciidoctor-kroki-version: '0.8.0' # NOTE: enable once Asciidoctor 2.1.0 is released #- os: ubuntu-latest # ruby: '3.1' @@ -128,7 +128,7 @@ jobs: - name: Set ffi-icu version (Linux) if: matrix.primary run: | - echo 'FFI_ICU_VERSION=0.4.3' >> $GITHUB_ENV + echo 'FFI_ICU_VERSION=0.5.0' >> $GITHUB_ENV - name: Set Asciidoctor version if: matrix.asciidoctor-version run: | |
