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 ffb1c09 commit 967ec00Copy full SHA for 967ec00
.github/workflows/super_diff.yml
@@ -29,9 +29,7 @@ jobs:
29
- name: Set up Ruby
30
uses: ruby/setup-ruby@v1
31
with:
32
- bundler-cache: true
33
- - name: Install Ruby dependencies
34
- run: bundle install
+ bundler-cache: true # `bundle install` and cache gems.
35
- name: Use Node.js
36
uses: actions/setup-node@v4
37
@@ -57,6 +55,7 @@ jobs:
57
55
- "3.1"
58
56
- "3.2"
59
- "3.3"
+ - "3.4"
60
rails_appraisal:
61
- rails_6_1
62
- rails_7_0
@@ -71,6 +70,10 @@ jobs:
71
70
exclude:
72
- ruby: "3.1"
73
rails_appraisal: "rails_8_0"
+ - ruby: "3.4"
74
+ rails_appraisal: "rails_6_1"
75
76
+ rails_appraisal: "rails_7_0"
77
env:
78
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails_appraisal }}_${{ matrix.rspec_appraisal }}.gemfile
79
steps:
0 commit comments