Skip to content

Commit 629bd51

Browse files
committed
Update JDKs used by CI to the latest versions
1 parent 1f7f646 commit 629bd51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [ 13 ]
12+
java: [ 16 ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up JDK
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: [ ubuntu, windows ]
54-
java: [ 8, 11, 13, 15-ea ]
54+
java: [ 8, 11, 16 ]
5555
steps:
5656
- uses: actions/checkout@v2
5757
- name: Set up JDK

0 commit comments

Comments
 (0)