Skip to content

Commit 622d521

Browse files
petergoldsteineregon
authored andcommitted
Add Ruby 3.2 to the CI matrix. Also update checkout action version
1 parent 8a84b9a commit 622d521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby]
11+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby, truffleruby]
1212

1313
env:
1414
JAVA_OPTS: '-Xmx1024m'
@@ -18,7 +18,7 @@ jobs:
1818
name: "Tests: Ruby ${{ matrix.ruby }}"
1919
steps:
2020
- name: Clone Repo
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Setup Ruby ${{ matrix.ruby }}
2323
uses: ruby/setup-ruby@v1
2424
with:

.github/workflows/experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: "Tests: Experimental Ruby ${{ matrix.ruby }}"
2323
steps:
2424
- name: Clone Repo
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Setup Ruby ${{ matrix.ruby }}
2727
uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)