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 ea5f282
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 949 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.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_7_1_sprockets.gemfile

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
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ PLATFORMS
arm64-darwin-20
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
Expand Down
219 changes: 0 additions & 219 deletions gemfiles/rails_7_0_propshaft.gemfile.lock

This file was deleted.

Loading

0 comments on commit ea5f282

Please sign in to comment.