Skip to content

Commit 4091b3f

Browse files
committed
Changing action to java 24.
1 parent b376884 commit 4091b3f

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
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-java@v4
99
with:
10-
java-version: '23'
10+
java-version: '24'
1111
distribution: 'temurin'
1212
- name: Run the Maven verify phase
1313
run: mvn --batch-mode --update-snapshots package

0 commit comments

Comments
 (0)