Skip to content

Commit

Permalink
Replace Java 14 with Java 15 as the latest Java version to test. Use
Browse files Browse the repository at this point in the history
Jaav 16 EA as the EA version to test.
  • Loading branch information
garydgregory committed Sep 19, 2020
1 parent 44639ed commit b04d78a
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 @@ -24,10 +24,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
experimental: [false]
include:
- java: 15-ea
- java: 16-ea
experimental: true

steps:
Expand Down

0 comments on commit b04d78a

Please sign in to comment.