Skip to content

Commit

Permalink
Added new Java LTS 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Nov 30, 2023
1 parent 4981f9e commit 1f7c41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
java-version: [ 11, 17 ]
java-version: [ 11, 17, 21 ]

outputs:
pom-version: ${{ steps.get-pom-version.outputs.pom-version }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: metcalfc/[email protected]
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
fetch: false

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 1f7c41f

Please sign in to comment.