diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-07-01 23:30:45 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-07-01 23:30:45 -0600 |
| commit | e904e3dbd537a85e69619d0291f6227ba9eb5fc0 (patch) | |
| tree | d27307663278d2856f07c89a05cf656a4cc22189 /.github/workflows | |
| parent | a2991db94c6d066035d71d9c694f413910151ac4 (diff) | |
lock version of JRuby 9.3 in CI
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 ddc35f66..6fad385b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.3, '2.3', '2.7', '3.0', '3.1'] + ruby: [jruby-9.3.4.0, '2.3', '2.7', '3.0', '3.1'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] |
