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 16
16
strategy :
17
17
matrix :
18
18
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}
22
22
23
23
runs-on : ${{ matrix.cfg.os }}
24
24
steps :
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
strategy :
17
17
matrix :
18
18
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'}
24
24
- {os: windows-2019, ruby: '2.5'}
25
25
- {os: windows-2019, ruby: '2.6'}
26
26
- {os: windows-2019, ruby: '2.7'}
You can’t perform that action at this time.
0 commit comments