Skip to content

Commit b4a32cd

Browse files
authored
only run on Java 21 for now
1 parent dead226 commit b4a32cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
java:
4444
- '21'
45-
- '25'
45+
# - '25'
4646
app:
4747
- springboot3
4848
- quarkus3
@@ -63,4 +63,4 @@ jobs:
6363
run: |
6464
./mvnw -B clean verify \
6565
-Dmaven.compiler.release=${{ matrix.java }} \
66-
-Djava.version=${{ matrix.java }}
66+
-Djava.version=${{ matrix.java }}

0 commit comments

Comments
 (0)