Skip to content

Commit

Permalink
Merge pull request #572 from sullis/java-matrix-jdk13
Browse files Browse the repository at this point in the history
GitHub workflow: add JDK 13 to build matrix
  • Loading branch information
bitwiseman authored Oct 11, 2019
2 parents 29e147f + ec4525b commit 837400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8.0', '11.0.x' ]
java: [ '1.8.0', '11.0.x', '13.0.x' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
Expand Down

0 comments on commit 837400f

Please sign in to comment.