We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27dbe1 commit 2865126Copy full SHA for 2865126
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ jobs:
9
- "3.0"
10
- "3.1"
11
- "3.2"
12
+ - "3.3"
13
gemfile:
14
- Gemfile
15
- gemfiles/rails_7_0_propshaft.gemfile
@@ -17,6 +18,11 @@ jobs:
17
18
- gemfiles/rails_7_0_sprockets.gemfile
19
- gemfiles/rails_7_1_sprockets.gemfile
20
- gemfiles/rails_main_sprockets.gemfile
21
+ exclude:
22
+ - ruby-version: "3.0"
23
+ gemfile: gemfiles/rails_main_propshaft.gemfile
24
25
+ gemfile: gemfiles/rails_main_sprockets.gemfile
26
continue-on-error: [ false ]
27
28
name: ${{ format('Tests (Ruby {0}, {1})', matrix.ruby-version, matrix.gemfile) }}
0 commit comments