Skip to content

Commit 92eb1e0

Browse files
author
Ben Asmussen
committed
Revert CI to Java 17 for archetype integration tests
1 parent cb936fc commit 92eb1e0

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
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up JDK 25
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 25
19+
java-version: 17
2020
distribution: 'temurin'
2121
cache: maven
2222

0 commit comments

Comments
 (0)