summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2022-12-31 02:05:03 -0500
committerGitHub <noreply@github.com>2022-12-31 08:05:03 +0100
commitfc4622fc08d7982847ff583ad691ee4ba47f63f8 (patch)
tree6c3ad1da4bef9affa3ced28106baad554b4a1436
parent5ac67f33f9a295e976319b29d03cc68cd22e9345 (diff)
downloadslop-fc4622fc08d7982847ff583ad691ee4ba47f63f8.tar.gz
Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#277)
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9bac1d4..5b69200 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", head, jruby, truffleruby ]
+ ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", head, jruby, truffleruby ]
name: Ruby ${{ matrix.ruby }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: