Skip to content

Commit 6f3ad51

Browse files
mkargslachiewicz
authored andcommitted
Using JDK 16 GA instead of JDK 16 EA
Since JDK 16 is generally available it makes no sense to use an early access build anybody.
1 parent 6f11ee1 commit 6f3ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macOS-latest]
28-
java: [8, 11, 14, 15]
28+
java: [8, 11, 14, 15, 16]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)