Skip to content

Commit cfa3920

Browse files
committed
CI Matrix updates
1 parent 536716a commit cfa3920

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ jobs:
99
matrix:
1010
ruby: ['2.7', '3.0', '3.1']
1111
rails: ['6.1', '7.0', 'edge']
12+
exclude:
13+
- ruby: '2.7'
14+
rails: 'edge'
15+
- ruby: '3.0'
16+
rails: 'edge'
1217
env:
1318
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
1419
name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
1520
steps:
1621
- name: Check out code
17-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
1823
- name: Set up Ruby ${{ matrix.ruby }}
1924
uses: ruby/setup-ruby@v1
2025
with:

0 commit comments

Comments
 (0)