summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-26 01:42:11 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-26 01:42:11 -0600
commit44ffda5022de88efb0c2e003e30667e81233485c (patch)
treeacc2b0f9791e7c750c6d774b620c44c168f59e93 /.github
parent04fef30b9045f2c9df79fe0630e82231f9e09be8 (diff)
bump minimum version of CRuby to 2.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab730449..20f48b9c 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.5', '2.7', '3.0', '3.2']
+ ruby: [jruby-9.4.2.0, '2.7', '3.0', '3.2']
asciimath-version: [~]
haml-version: [~]
pygments-version: ['~> 2.3.0']
@@ -48,16 +48,16 @@ jobs:
- os: macos-latest
ruby: '3.2'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
asciimath-version: '~> 1.0.0'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
haml-version: '~> 5.2.0'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
pygments-version: '~> 1.2.0'
- os: ubuntu-latest
- ruby: '2.5'
+ ruby: '2.7'
rouge-version: '~> 2.0.0'
- os: ubuntu-latest
ruby: '3.2'