Skip to content

Commit ed6b3f2

Browse files
committed
Update GitHub Actions workflow to use GraalVM Java 25
1 parent 0e72508 commit ed6b3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Set up JDK 24
17+
- name: Set up JDK 25
1818
uses: actions/setup-java@v4
1919
with:
20-
distribution: "temurin"
21-
java-version: "24"
20+
distribution: "graalvm"
21+
java-version: "25"
2222
cache: "maven"
2323

2424
- name: Build with Maven

0 commit comments

Comments
 (0)