diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-08-24 03:11:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 03:11:21 -0600 |
| commit | e7096330eeb47495fca06a77be1550edd9528f10 (patch) | |
| tree | 67afe105aba0ece757f2e649c1e48f7b15a47b5e /.github/workflows | |
| parent | 48c3552637ece7d897e6eef4cd932a9f0b46ccd1 (diff) | |
bump minimum required Ruby version to 2.5 (PR #4341)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56992ce8..e9b73487 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.4.0, '2.3', '2.7', '3.0', '3.1'] + ruby: [jruby-9.3.7.0, '2.5', '2.7', '3.0', '3.1'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] @@ -45,13 +45,13 @@ jobs: - os: macos-latest ruby: '3.1' - os: ubuntu-latest - ruby: '2.3' + ruby: '2.5' asciimath-version: '~> 1.0.0' - os: ubuntu-latest - ruby: '2.3' + ruby: '2.5' pygments-version: '~> 1.2.0' - os: ubuntu-latest - ruby: '2.3' + ruby: '2.5' rouge-version: '~> 2.0.0' - os: ubuntu-latest ruby: '3.1' |
