File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 55 name : ' Test Suite'
66 strategy :
77 matrix :
8- ruby : [2.7.6 , 3.0.4 , 3.1.2 ]
8+ ruby : [3.2.8 , 3.3.8 , 3.4.4 ]
99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
1212 - uses : ruby/setup-ruby@v1
1313 with :
1414 ruby-version : ${{ matrix.ruby }}
15- - uses : actions/cache@v1
15+ - uses : actions/cache@v4
1616 with :
1717 path : vendor/bundle
1818 key : bundle-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}
@@ -26,11 +26,11 @@ jobs:
2626 - uses : actions/checkout@v2
2727 - uses : ruby/setup-ruby@v1
2828 with :
29- ruby-version : 2.7.0
30- - uses : actions/cache@v1
29+ ruby-version : 3.2.8
30+ - uses : actions/cache@v4
3131 with :
3232 path : vendor/bundle
33- key : bundle-2.7.0 -${{ hashFiles('**/*.gemspec') }}
34- restore-keys : bundle-2.7.0
33+ key : bundle-3.2.8 -${{ hashFiles('**/*.gemspec') }}
34+ restore-keys : bundle-3.2.8
3535 - run : bundle install --jobs 4 --retry 3 --path vendor/bundle
3636 - run : bundle exec rubocop
Original file line number Diff line number Diff line change 8282 securerandom (0.4.1 )
8383 sqlite3 (2.7.0 )
8484 mini_portile2 (~> 2.8.0 )
85+ sqlite3 (2.7.0-arm64-darwin )
8586 timeout (0.4.3 )
8687 tzinfo (2.0.6 )
8788 concurrent-ruby (~> 1.0 )
9192 uri (1.0.3 )
9293
9394PLATFORMS
94- ruby
95+ arm64-darwin-25
96+ x84_64-linux
9597
9698DEPENDENCIES
9799 identifiable !
@@ -101,4 +103,4 @@ DEPENDENCIES
101103 sqlite3
102104
103105BUNDLED WITH
104- 2.1.2
106+ 2.4.1
You can’t perform that action at this time.
0 commit comments