Skip to content

Commit

Permalink
CI: Update to Java 17 [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 8, 2024
1 parent c9aedef commit 5e6c283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# java: [ 8, 11, 14 ]
java: [ 8 ]
# java: [ 8, 11, 14, 17, 23 ]
java: [ 17 ]
name: Java ${{ matrix.java }} compile
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5e6c283

Please sign in to comment.