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
Gary Gregory committed Sep 19, 2020
1 parent 1e4deed commit b831866
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Expand Up @@ -24,11 +24,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
experimental: [false]
include:
- java: 15-ea
experimental: true
- java: 16-ea
experimental: true

Expand Down

0 comments on commit b831866

Please sign in to comment.