Skip to content

Commit 46aa3fd

Browse files
committed
Exclude Ruby 3.1 from main -> 8.1.0.alpha
1 parent 0e3d5f5 commit 46aa3fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
gemfile: gemfiles/rails_main_propshaft.gemfile
2424
- ruby-version: "3.0"
2525
gemfile: gemfiles/rails_main_sprockets.gemfile
26+
- ruby-version: "3.1"
27+
gemfile: gemfiles/rails_main_propshaft.gemfile
28+
- ruby-version: "3.1"
29+
gemfile: gemfiles/rails_main_sprockets.gemfile
2630
continue-on-error: [ false ]
2731

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

0 commit comments

Comments
 (0)