diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-18 10:24:55 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-18 23:46:19 -0600 |
| commit | 70248c19bc559fb4535f8aa06b3208b8f1a648c7 (patch) | |
| tree | 362f4dea401e4bc0646cf3d32883fad328e255ea /.github | |
| parent | 5c8afc1945f0d6262b04ff4cf731832e8819f166 (diff) | |
drop support for Ruby < 9.2 (which provides Ruby 2.3)
Diffstat (limited to '.github')
| -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' |
