Skip to content

Commit 967ec00

Browse files
authored
CI: Try to use bundler-cache everywhere
1 parent ffb1c09 commit 967ec00

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/super_diff.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1
3131
with:
32-
bundler-cache: true
33-
- name: Install Ruby dependencies
34-
run: bundle install
32+
bundler-cache: true # `bundle install` and cache gems.
3533
- name: Use Node.js
3634
uses: actions/setup-node@v4
3735
with:
@@ -57,6 +55,7 @@ jobs:
5755
- "3.1"
5856
- "3.2"
5957
- "3.3"
58+
- "3.4"
6059
rails_appraisal:
6160
- rails_6_1
6261
- rails_7_0
@@ -71,6 +70,10 @@ jobs:
7170
exclude:
7271
- ruby: "3.1"
7372
rails_appraisal: "rails_8_0"
73+
- ruby: "3.4"
74+
rails_appraisal: "rails_6_1"
75+
- ruby: "3.4"
76+
rails_appraisal: "rails_7_0"
7477
env:
7578
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails_appraisal }}_${{ matrix.rspec_appraisal }}.gemfile
7679
steps:

0 commit comments

Comments
 (0)