diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-07-01 23:40:34 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-07-01 23:40:34 -0600 |
| commit | 5c26c4b68a280b239e1284be2c95c18256c98873 (patch) | |
| tree | 676b87a7a52cf034a175c4d36f25cdb6ee7e1664 /.github/workflows | |
| parent | 871cff1d6d53513b0f7d7bfeb04684c9205c4857 (diff) | |
lock version of JRuby 9.3 in CI matrix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fa1bc20..c9163f72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.3, '2.7', '3.1'] + ruby: [jruby-9.3.4.0, '2.7', '3.1'] rouge-version: [~] asciidoctor-diagram-version: ['~> 2.2'] asciidoctor-kroki-version: [~] |
