diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88788333..8885a34e 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.7.0, '2.5', '2.7', '3.0', '3.1'] + ruby: [jruby-9.3.8.0, '2.5', '2.7', '3.0', '3.1'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] @@ -37,10 +37,10 @@ jobs: - os: ubuntu-latest ruby: truffleruby-21.1.0 - os: ubuntu-latest - ruby: jruby-9.1.17.0 + ruby: jruby-9.2.21.0 pygments-version: ~ - os: windows-latest - ruby: jruby-9.1.17.0 + ruby: jruby-9.2.21.0 pygments-version: ~ - os: macos-latest ruby: '3.1' |
