Skip to content

Commit ee86c15

Browse files
committed
Rails 8 need ruby 3.2
1 parent b17ebd5 commit ee86c15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ruby.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ jobs:
2020
test:
2121
runs-on: ubuntu-latest
2222
strategy:
23+
fail-fast: false
2324
matrix:
2425
rails-version: [ '7.0', '7.1', '7.2', '8.0' ]
2526
ruby-version: ['3.1', '3.2', '3.3']
27+
exclude:
28+
- rails-version: '8.0'
29+
ruby-version: '3.1'
30+
2631
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
2732
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile
2833

0 commit comments

Comments
 (0)