We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4697f89 commit e160852Copy full SHA for e160852
.github/workflows/ci.yml
@@ -24,25 +24,12 @@ jobs:
24
strategy:
25
matrix:
26
ruby-version:
27
- - "2.7"
28
- "3.1"
29
- "3.2"
30
- "3.3"
31
gemfile:
32
- Gemfile
33
- - gemfiles/ruby_2.7.gemfile
34
- gemfiles/rails_edge.gemfile
35
- exclude:
36
- - ruby-version: "2.7"
37
- gemfile: Gemfile
38
39
- gemfile: gemfiles/rails_edge.gemfile
40
- - ruby-version: "3.1"
41
- gemfile: gemfiles/ruby_2.7.gemfile
42
- - ruby-version: "3.2"
43
44
- - ruby-version: "3.3"
45
46
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
47
runs-on: ubuntu-latest
48
continue-on-error: true
gemfiles/ruby_2.7.gemfile
0 commit comments