Skip to content

Commit f63fc4a

Browse files
committed
fix failing ci ( due to wrong JDK version)
1 parent e43239d commit f63fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-java@v4
1717
with:
18-
java-version: '23'
18+
java-version: '24'
1919
distribution: 'temurin'
2020
- name: Ensure to use tagged version
2121
run: mvn versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/} # use shell parameter expansion to strip of 'refs/tags'

0 commit comments

Comments
 (0)