Skip to content

Commit

Permalink
Minimize CI (#652)
Browse files Browse the repository at this point in the history
* Minimize CI

* Fix

* array didn't work
  • Loading branch information
xerial authored Aug 30, 2021
1 parent 4454398 commit d093784
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [8, 11, 16]
exclude:
- os: windows-latest
java: 11
- os: windows-latest
java: 8
- os: macos-latest
java: 11
- os: macos-latest
java: 8
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d093784

Please sign in to comment.