summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2022-12-29 22:16:24 -0500
committerPeter Goldstein <peter.m.goldstein@gmail.com>2022-12-29 22:16:24 -0500
commit276058ea9089ac9344ff6ccd3867f7d9736b320a (patch)
tree7bc6529af1faade553ba37bfce4250f16f013b50
parent0b1f7799455e5db439ea7fb0eba658bc8c4440a0 (diff)
downloadhighline-276058ea9089ac9344ff6ccd3867f7d9736b320a.tar.gz
Adds Ruby 3.2 to the CI matrix. Also update checkout action version.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4d9ddbd..7fe8d48 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
ruby-version:
+ - '3.2'
- '3.1'
- '3.0'
- '2.7'
@@ -21,7 +22,7 @@ jobs:
- jruby-9.3
- jruby-9.2
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with: