Skip to content

Commit fc245ac

Browse files
Adds Ruby 3.2 to the CI matrix. Also updates checkout action version.
1 parent b93ac63 commit fc245ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- "2.7"
99
- "3.0"
1010
- "3.1"
11+
- "3.2"
1112
gemfile:
1213
- Gemfile
1314
- gemfiles/rails_7_propshaft.gemfile
@@ -22,7 +23,7 @@ jobs:
2223
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2324

2425
steps:
25-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v3
2627

2728
- name: Install Ruby
2829
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)