Skip to content

Commit 3fb9371

Browse files
authored
bump ruby/setup-ruby (#4)
1 parent f6db3ee commit 3fb9371

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,22 @@ jobs:
88
strategy:
99
matrix:
1010
ruby:
11-
- 2.7
1211
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
1312
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
1413
- '3.0'
1514
- 3.1
15+
- 3.2
16+
- 3.3
1617
- head
1718
env:
1819
BUNDLE_GEMFILE: Gemfile
1920
name: "Tests: Ruby ${{ matrix.ruby }}"
2021
steps:
2122
- uses: actions/checkout@5126516654c75f76bca1de45dd82a3006d8890f9
2223
- name: Set up Ruby ${{ matrix.ruby }}
23-
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
24+
uses: ruby/setup-ruby@v1
2425
with:
26+
bundler-cache: true
2527
ruby-version: ${{ matrix.ruby }}
2628
- name: Run tests
27-
run: |
28-
gem install bundler
29-
bundle install --jobs 4 --retry 3
30-
bundle exec rspec
29+
run: bundle exec rspec

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ GEM
2424

2525
PLATFORMS
2626
arm64-darwin-21
27+
arm64-darwin-22
28+
arm64-darwin-23
2729
x86_64-linux
2830

2931
DEPENDENCIES
@@ -32,4 +34,4 @@ DEPENDENCIES
3234
rspec (~> 3.0)
3335

3436
BUNDLED WITH
35-
2.3.13
37+
2.5.4

0 commit comments

Comments
 (0)