summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:06:26 +0100
committerGitHub <noreply@github.com>2021-06-15 12:06:26 +0100
commit72b49b8140522b9e2e41f5ce00cc3893fa2d639b (patch)
treec5f98c10b1fb4c88b7ef11f7f5822042bde2b681
parent4142736027cda2e19fc016e0e3fa6a9bc5ac3dd3 (diff)
downloadslop-72b49b8140522b9e2e41f5ce00cc3893fa2d639b.tar.gz
Increase CI Ruby 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 cc1ac21..2201bf2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ "2.7", head, jruby, truffleruby ]
+ ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", head, jruby, truffleruby ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2