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 9e5ec3c commit 4543d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
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 4543d64

Please sign in to comment.