File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 cfg :
19- - {check: rubocop, os: ubuntu-18.04 , ruby: ' 2.5' }
20- - {check: commits, os: ubuntu-18.04 , ruby: ' 2.5' }
21- - {check: warnings, os: ubuntu-18.04 , ruby: ' 2.5' }
19+ - {check: rubocop, os: ubuntu-latest , ruby: 2.5}
20+ - {check: commits, os: ubuntu-latest , ruby: 2.5}
21+ - {check: warnings, os: ubuntu-latest , ruby: 2.5}
2222
2323 runs-on : ${{ matrix.cfg.os }}
2424 steps :
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 strategy :
1717 matrix :
1818 cfg :
19- - {os: ubuntu-18.04 , ruby: '2.5'}
20- - {os: ubuntu-18.04 , ruby: '2.6'}
21- - {os: ubuntu-18.04 , ruby: '2.7'}
22- - {os: ubuntu-18.04 , ruby: '3.0'}
23- - {os: ubuntu-18.04 , ruby: 'jruby-9.2.17.0'}
19+ - {os: ubuntu-latest , ruby: '2.5'}
20+ - {os: ubuntu-latest , ruby: '2.6'}
21+ - {os: ubuntu-latest , ruby: '2.7'}
22+ - {os: ubuntu-latest , ruby: '3.0'}
23+ - {os: ubuntu-latest , ruby: 'jruby-9.2.17.0'}
2424 - {os: windows-2019, ruby: '2.5'}
2525 - {os: windows-2019, ruby: '2.6'}
2626 - {os: windows-2019, ruby: '2.7'}
You can’t perform that action at this time.
0 commit comments