Skip to content

Commit 0631b5d

Browse files
Add Ruby 3.2 to the CI matrix. Update checkout action to v3. Add Ruby 3.0 and remove duplicate entries from matrix.
1 parent 6fac221 commit 0631b5d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- rails: 5.2
2121
ruby: 2.6
2222
- rails: 5.2
23-
ruby: jruby
23+
ruby: jruby-9.3
2424

2525
- rails: "6.0"
2626
ruby: 2.6
@@ -35,19 +35,20 @@ jobs:
3535
ruby: jruby
3636

3737
- rails: "7.0"
38-
ruby: 3.1
39-
- rails: "6.1"
40-
ruby: jruby
41-
38+
ruby: "3.0"
4239
- rails: "7.0"
4340
ruby: 3.1
41+
- rails: "7.0"
42+
ruby: 3.2
43+
- rails: "7.0"
44+
ruby: jruby
4445

4546
env:
4647
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
4748
DISPLAY: ":99.0"
4849

4950
steps:
50-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5152
- name: Set up Ruby
5253
uses: ruby/setup-ruby@v1
5354
with:

0 commit comments

Comments
 (0)