Skip to content

Commit

Permalink
run tests on Java 14+ in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Jul 1, 2021
1 parent d3ef88f commit 58c250c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 16 ]
experimental: [false]
include:
- java: 15-ea
- java: 17-ea
experimental: true

steps:
Expand Down

0 comments on commit 58c250c

Please sign in to comment.