File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,20 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 os :
18- - ubuntu-20.04
19- - ubuntu-18.04
20- - macos-11
21- - macos-10.15
18+ - ubuntu-latest
19+ - macos-latest
2220 - windows-latest
2321 ruby :
2422 - ' 3.0'
2523 - 2.7
2624 - 2.6
27- - debug
25+ - 2.5
2826 include :
29- - { os: ubuntu-20.04 , ruby: head, ignore-pkg-error: true }
27+ - { os: ubuntu-latest , ruby: head, ignore-pkg-error: true }
3028 - { os: windows-latest, ruby: mingw, ignore-pkg-error: true }
3129 - { os: windows-latest, ruby: mswin, ignore-pkg-error: true }
32- - { os: ubuntu-20.04, ruby: jruby }
33- - { os: ubuntu-20.04, ruby: jruby-head, ignore-pkg-error: true }
34- exclude :
35- - { os: windows-latest, ruby: debug }
30+ - { os: ubuntu-latest, ruby: jruby }
31+ - { os: ubuntu-latest, ruby: jruby-head, ignore-pkg-error: true }
3632
3733 steps :
3834 - uses : actions/checkout@v2
5147
5248 - name : Integration test
5349 run : bundle exec rake check
54- continue-on-error : ${{ matrix.ignore-pkg-error || (matrix.ruby == 'debug') }}
50+ continue-on-error : ${{ matrix.ignore-pkg-error }}
You can’t perform that action at this time.
0 commit comments