From 70248c19bc559fb4535f8aa06b3208b8f1a648c7 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 18 Oct 2022 10:24:55 -0600 Subject: drop support for Ruby < 9.2 (which provides Ruby 2.3) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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' -- cgit v1.2.3