Skip to content

Commit d4b0723

Browse files
author
Ryan Mitchell
authored
Merge pull request #68 from square/rmitchell/update-appraisals
Update cache action version + appraisals to match currently supported versions
2 parents b9911b7 + e317ba8 commit d4b0723

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
ruby:
13-
- 3.0.0
14-
- 3.1.0
1513
- 3.2.0
1614
- 3.3.0
15+
- 3.4.0
1716

1817
name: Ruby ${{ matrix.ruby }}
1918
steps:
@@ -25,7 +24,7 @@ jobs:
2524
run: yes | gem update --system --force
2625
- name: 'Update Bundler'
2726
run: gem install bundler
28-
- uses: actions/cache@v2
27+
- uses: actions/cache@v4
2928
with:
3029
path: vendor/bundle
3130
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

Appraisals

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# frozen_string_literal: true
22

3-
appraise 'activesupport-6_1' do
4-
gem 'activesupport', '~> 6.1'
5-
end
6-
73
appraise 'activesupport-7_0' do
84
gem 'activesupport', '~> 7.0'
95
end
106

117
appraise 'activesupport-7_1' do
128
gem 'activesupport', '~> 7.1'
139
end
10+
11+
appraise 'activesupport-7_2' do
12+
gem 'activesupport', '~> 7.2'
13+
end
14+
15+
appraise 'activesupport-8_0' do
16+
gem 'activesupport', '~> 8.0'
17+
end

gemfiles/activesupport_6_1.gemfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)