Skip to content

Commit

Permalink
Run CI on JDK15 and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell authored and srchase committed Apr 9, 2021
1 parent 90a8d75 commit 56e1e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: Java ${{ matrix.java }} ${{ matrix.os }}
strategy:
matrix:
java: [8, 11]
os: [ubuntu-latest, windows-latest]
java: [8, 11, 15]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 56e1e1e

Please sign in to comment.