Skip to content

Commit 5c9034c

Browse files
committed
Exclude the Rails 7.2 and Ruby 4.0 combo
1 parent 2a8766e commit 5c9034c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,8 @@ jobs:
3030
- postgresql
3131
- sqlite
3232
exclude:
33-
- rails: '7.0'
34-
ruby: '3.1'
35-
- rails: '7.0'
36-
ruby: '3.2'
37-
- rails: '7.0'
38-
ruby: '3.3'
3933
- rails: '7.2'
40-
ruby: '3.0'
41-
- rails: '8.0'
42-
ruby: '3.0'
43-
- rails: '8.0'
44-
ruby: '3.1'
34+
ruby: '4.0'
4535
env:
4636
DB: ${{ matrix.db }}
4737
RAILS_VERSION: ${{ matrix.rails }}

0 commit comments

Comments
 (0)