Skip to content

Commit

Permalink
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 17, 2021
1 parent bdca7ca commit b7d9cbd
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, 15 ]
java: [ 8, 11, 16 ]
experimental: [false]
include:
- java: 16-ea
experimental: true
- java: 17-ea
experimental: true

Expand Down

0 comments on commit b7d9cbd

Please sign in to comment.