File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed
Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 1212 schedule :
1313 - cron : " 0 10 * * 5" # JST 19:00 (Fri)
1414
15- env :
16- RUBYOPT : -EUTF-8
17-
1815jobs :
1916 test :
2017 runs-on : ubuntu-latest
2118
22- container : ${{ matrix.ruby }}
23-
2419 strategy :
2520 fail-fast : false
2621
2722 matrix :
2823 ruby :
29- - ruby: 2.6
30- - ruby: 2.7
31- - ruby: 3.0
32- - ruby: 3.1
24+ - " 2.6"
25+ - " 2.7"
26+ - " 3.0"
27+ - " 3.1"
3328 gemfile :
3429 - faraday_2
3530
@@ -41,14 +36,10 @@ jobs:
4136 with :
4237 submodules : " true"
4338
44- - name : Cache vendor/bundle
45- uses : actions/cache@v3
46- id : cache_gem
39+ - uses : ruby/setup-ruby@v1
4740 with :
48- path : vendor/bundle
49- key : v1-gem-${{ runner.os }}-${{ matrix.ruby }}-${{ github.sha }}
50- restore-keys : |
51- v1-gem-${{ runner.os }}-${{ matrix.ruby }}-
41+ ruby-version : ${{ matrix.ruby }}
42+ bundler-cache : true
5243
5344 - name : bundle update
5445 run : |
You can’t perform that action at this time.
0 commit comments