Skip to content

Commit 2865126

Browse files
committed
Drop broken ruby 3.0 tests and add ruby 3.3 to CI
1 parent c27dbe1 commit 2865126

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- "3.0"
1010
- "3.1"
1111
- "3.2"
12+
- "3.3"
1213
gemfile:
1314
- Gemfile
1415
- gemfiles/rails_7_0_propshaft.gemfile
@@ -17,6 +18,11 @@ jobs:
1718
- gemfiles/rails_7_0_sprockets.gemfile
1819
- gemfiles/rails_7_1_sprockets.gemfile
1920
- gemfiles/rails_main_sprockets.gemfile
21+
exclude:
22+
- ruby-version: "3.0"
23+
gemfile: gemfiles/rails_main_propshaft.gemfile
24+
- ruby-version: "3.0"
25+
gemfile: gemfiles/rails_main_sprockets.gemfile
2026
continue-on-error: [ false ]
2127

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

0 commit comments

Comments
 (0)