Skip to content

Commit

Permalink
Update CI matrix
Browse files Browse the repository at this point in the history
Rails main is no longer compatible with Ruby 3.1.
  • Loading branch information
byroot committed Oct 6, 2024
1 parent d79dfbf commit 7717091
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,30 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "3.1"
- "3.2"
- "3.3"
gemfile:
- Gemfile
- gemfiles/rails_7_0_propshaft.gemfile
- gemfiles/rails_7_1_propshaft.gemfile
- gemfiles/rails_7_2_propshaft.gemfile
- gemfiles/rails_main_propshaft.gemfile
- gemfiles/rails_7_0_sprockets.gemfile
- gemfiles/rails_7_1_sprockets.gemfile
- gemfiles/rails_7_2_sprockets.gemfile
- gemfiles/rails_main_sprockets.gemfile
continue-on-error: [ false ]
include:
- ruby-version: "3.1"
gemfile: gemfiles/rails_7_0_propshaft.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_7_1_propshaft.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_7_0_sprockets.gemfiles
- ruby-version: "3.1"
gemfile: gemfiles/rails_7_1_sprockets.gemfiles

name: ${{ format('Tests (Ruby {0}, {1})', matrix.ruby-version, matrix.gemfile) }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.continue-on-error }}

env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down

0 comments on commit 7717091

Please sign in to comment.