Skip to content

Commit

Permalink
Add Java 15 test run, resolve #33
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni authored Sep 15, 2020
1 parent c5e1e78 commit ab0536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 12, 13, 14]
java: [11, 12, 13, 14, 15]
name: Java ${{ matrix.java }} Run
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ab0536e

Please sign in to comment.