diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-20 14:12:22 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-20 14:12:22 -0700 |
| commit | d91c240a5dc71121785f98efbfd9f88a7a951f56 (patch) | |
| tree | 2c9a702945774574853d3ac6d12145d988d9636b | |
| parent | a6b50b1d056788b97f03446f61af199161bd6e31 (diff) | |
upgrade JRuby in CI
| -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 34d3e057..d1993fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.4.2.0, '2.3', '2.7', '3.0', '3.3'] + ruby: [jruby-9.4.5.0, '2.3', '2.7', '3.0', '3.3'] asciimath-version: [~] haml-version: [~] pygments-version: ['~> 2.3.0'] |
