Skip to content

Commit aba3391

Browse files
committed
ci: Update to Java 25 (from Java 17)
1 parent 042b71c commit aba3391

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v6
17-
- name: Set up JDK 17
17+
- name: Set up JDK 25
1818
uses: actions/setup-java@v5
1919
with:
2020
distribution: temurin
21-
java-version: 17
21+
java-version: 25
2222
cache: maven
2323
- name: Build with Maven
2424
run: ./mvnw --batch-mode --no-transfer-progress verify

0 commit comments

Comments
 (0)