Skip to content

Commit f7c827c

Browse files
authored
Merge pull request #144 from tagliala/chore/improve-github-actions
Chore/improve GitHub actions
2 parents fe867d9 + 32cb7df commit f7c827c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: [3.1, '3.0', 2.7, 2.6, ruby-head]
13+
ruby: [3.2, 3.1, '3.0', 2.7, 2.6, ruby-head]
1414
rails: ['7.0.0', '6.1.0', '6.0.0', '5.2.0', main]
1515
exclude:
1616
- ruby: ruby-head
@@ -19,6 +19,10 @@ jobs:
1919
rails: '6.0.0'
2020
- ruby: ruby-head
2121
rails: '5.2.0'
22+
- ruby: 3.2
23+
rails: '6.0.0'
24+
- ruby: 3.2
25+
rails: '5.2.0'
2226
- ruby: 3.1
2327
rails: '6.0.0'
2428
- ruby: 3.1
@@ -46,7 +50,7 @@ jobs:
4650
RAILS_VERSION: ${{ matrix.rails }}
4751

4852
steps:
49-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5054
- name: Set up Ruby ${{ matrix.ruby }}
5155
uses: ruby/setup-ruby@v1
5256
with:

0 commit comments

Comments
 (0)