summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2022-01-26 18:17:53 -0800
committerPeter Goldstein <peter.m.goldstein@gmail.com>2022-01-26 18:17:53 -0800
commit64cc72b6265b759b0a1d79315ddfb16d07b59fc2 (patch)
tree6a5b085fadc5a3a576e48f5dd88238cd95745376
parentfc285c0150db2df61172068af095920c3b453463 (diff)
downloadslop-64cc72b6265b759b0a1d79315ddfb16d07b59fc2.tar.gz
Add Ruby 3.0 and 3.1 to the CI matrix
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2201bf2..9bac1d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", head, jruby, truffleruby ]
+ ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", head, jruby, truffleruby ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2