Skip to content

Commit

Permalink
Revert "Test on Java LTS 14 and remove Java 15"
Browse files Browse the repository at this point in the history
This reverts commit f7e3467.
  • Loading branch information
aherbert committed Oct 3, 2020
1 parent f7e3467 commit 84aabf0
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 @@ -24,7 +24,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
experimental: [false]
include:
- java: 16-ea
Expand Down

0 comments on commit 84aabf0

Please sign in to comment.