Skip to content

Commit

Permalink
Bump Java LTS version from 17 to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 8, 2024
1 parent 8a97c72 commit 8729ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 17 ]
java: [ 21 ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

name: JDK${{ matrix.java }} on ${{ matrix.os }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
if: startsWith(github.repository, 'jdemetra/') && startsWith(github.ref, 'refs/heads/develop')
strategy:
matrix:
java: [ 17 ]
java: [ 21 ]
os: [ ubuntu-latest ]

name: Snapshot on develop
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
if: startsWith(github.repository, 'jdemetra/') && startsWith(github.ref, 'refs/tags/v')
strategy:
matrix:
java: [ 17 ]
java: [ 21 ]
os: [ ubuntu-latest ]

name: Release on tag
Expand Down

0 comments on commit 8729ffc

Please sign in to comment.