Skip to content

Commit 6ff738b

Browse files
committed
chore: java 25
1 parent 3631353 commit 6ff738b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- 8088:8088
2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set up JDK 24
26+
- name: Set up JDK 25
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: 24
29+
java-version: 25
3030
distribution: temurin
3131

3232
- name: Cache Maven packages

0 commit comments

Comments
 (0)