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 13
13
strategy :
14
14
matrix :
15
15
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}
19
19
20
20
runs-on : ${{ matrix.cfg.os }}
21
21
steps :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
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}
22
22
- {os: windows-2019, ruby: 2.4}
23
23
- {os: windows-2019, ruby: 2.5}
24
24
- {os: windows-2019, ruby: 2.6}
You can’t perform that action at this time.
0 commit comments