File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2424
2525PLATFORMS
2626 arm64-darwin-21
27+ arm64-darwin-22
28+ arm64-darwin-23
2729 x86_64-linux
2830
2931DEPENDENCIES
@@ -32,4 +34,4 @@ DEPENDENCIES
3234 rspec (~> 3.0 )
3335
3436BUNDLED WITH
35- 2.3.13
37+ 2.5.4
You can’t perform that action at this time.
0 commit comments