Skip to content

Commit acbd525

Browse files
committed
Fixup GitHub actions tests
1 parent 478ad19 commit acbd525

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push]
55
jobs:
66
test:
77
strategy:
8+
fail-fast: false
89
matrix:
910
ruby-version:
1011
- '3.1'
@@ -21,6 +22,10 @@ jobs:
2122
# https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
2223
- ruby-version: '3.1'
2324
gemfile: 'gemfiles/Gemfile.rails80'
25+
# rails 7.0 requires ruby <= 3.3
26+
# https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
27+
- ruby-version: '3.4'
28+
gemfile: 'gemfiles/Gemfile.rails70'
2429

2530
name: Ruby ${{ matrix.ruby-version }} / Bundle ${{ matrix.gemfile }}
2631

0 commit comments

Comments
 (0)