Skip to content

Commit

Permalink
Drop broken ruby 3.0 tests and add ruby 3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jan 1, 2024
1 parent c27dbe1 commit 2865126
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
gemfile:
- Gemfile
- gemfiles/rails_7_0_propshaft.gemfile
Expand All @@ -17,6 +18,11 @@ jobs:
- gemfiles/rails_7_0_sprockets.gemfile
- gemfiles/rails_7_1_sprockets.gemfile
- gemfiles/rails_main_sprockets.gemfile
exclude:
- ruby-version: "3.0"
gemfile: gemfiles/rails_main_propshaft.gemfile
- ruby-version: "3.0"
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 2865126

Please sign in to comment.