Skip to content

Commit

Permalink
Exclude Ruby 3.1 from main since its 8.1.0.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Nov 11, 2024
1 parent 0e3d5f5 commit cc713cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
gemfile: gemfiles/rails_main_propshaft.gemfile
- ruby-version: "3.0"
gemfile: gemfiles/rails_main_sprockets.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_main_propshaft.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_main_sprockets.gemfile
continue-on-error: [ false ]

name: ${{ format('Tests (Ruby {0}, {1})', matrix.ruby-version, matrix.gemfile) }}
Expand Down

0 comments on commit cc713cd

Please sign in to comment.