Skip to content

Commit 1864249

Browse files
authored
Merge pull request #23 from ruby/update-actions
Update actions
2 parents 34cd2ac + 0215457 commit 1864249

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head ]
9+
ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, head ]
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: ${{ matrix.ruby }}
18-
- name: Install dependencies
19-
run: bundle install
18+
bundler-cache: true
2019
- name: Run test
2120
run: rake

0 commit comments

Comments
 (0)