Skip to content

Commit 5e6c283

Browse files
committed
CI: Update to Java 17 [fix]
1 parent c9aedef commit 5e6c283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-deploy-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
# java: [ 8, 11, 14 ]
15-
java: [ 8 ]
14+
# java: [ 8, 11, 14, 17, 23 ]
15+
java: [ 17 ]
1616
name: Java ${{ matrix.java }} compile
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)