Skip to content

Commit f140689

Browse files
committed
cleaner github actions
1 parent 65dac2f commit f140689

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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
@@ -51,4 +47,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)