File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 cfg :
16- - {check: rubocop, os: ubuntu-18.04 , ruby: 2.5}
17- - {check: commits, os: ubuntu-18.04 , ruby: 2.5}
18- - {check: warnings, os: ubuntu-18.04 , ruby: 2.5}
16+ - {check: rubocop, os: ubuntu-latest , ruby: 2.5}
17+ - {check: commits, os: ubuntu-latest , ruby: 2.5}
18+ - {check: warnings, os: ubuntu-latest , ruby: 2.5}
1919
2020 runs-on : ${{ matrix.cfg.os }}
2121 steps :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 strategy :
1414 matrix :
1515 cfg :
16- - {os: ubuntu-18.04 , ruby: 2.3}
17- - {os: ubuntu-18.04 , ruby: 2.4}
18- - {os: ubuntu-18.04 , ruby: 2.5}
19- - {os: ubuntu-18.04 , ruby: 2.6}
20- - {os: ubuntu-18.04 , ruby: 2.7}
21- - {os: ubuntu-18.04 , ruby: jruby-9.2.9.0}
16+ - {os: ubuntu-latest , ruby: 2.3}
17+ - {os: ubuntu-latest , ruby: 2.4}
18+ - {os: ubuntu-latest , ruby: 2.5}
19+ - {os: ubuntu-latest , ruby: 2.6}
20+ - {os: ubuntu-latest , ruby: 2.7}
21+ - {os: ubuntu-latest , ruby: jruby-9.2.9.0}
2222 - {os: windows-2019, ruby: 2.4}
2323 - {os: windows-2019, ruby: 2.5}
2424 - {os: windows-2019, ruby: 2.6}
You can’t perform that action at this time.
0 commit comments