Skip to content

Commit 18d0d9b

Browse files
authored
Update maven.yml
1 parent 92e7892 commit 18d0d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
java-version: [ 8, 11, 15 ]
18+
java-version: [ 8, 11, 15, 16, 17 ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up JDK
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
java-version: [ 8, 11, 15 ]
32+
java-version: [ 8, 11, 15, 16, 17 ]
3333
needs: [build]
3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)