diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-20 14:11:57 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-20 14:11:57 -0700 |
| commit | 6adffa66a9f8b5c9c6de0c82c523af1df1a69f86 (patch) | |
| tree | c8b132d558525eadeca53005d8f9d482191a671e /.github/workflows | |
| parent | b5f472c7b8c1eb62baa22a3a017b81cbd1dff034 (diff) | |
upgrade JRuby 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 6cf6a653..8264c60e 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.7', '3.0', '3.3'] + ruby: [jruby-9.4.5.0, '2.7', '3.0', '3.3'] asciimath-version: [~] haml-version: [~] pygments-version: ['~> 2.3.0'] |
