quarkus build is not yet stable with java 25

This commit is contained in:
Athou
2025-09-25 07:03:48 +02:00
parent 7b52efd2d1
commit f36a5988d8
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
pull_request: pull_request:
env: env:
JAVA_VERSION: 25 JAVA_VERSION: 21
DOCKER_BUILD_SUMMARY: false DOCKER_BUILD_SUMMARY: false
jobs: jobs:

View File

@@ -11,7 +11,7 @@ on:
types: [ opened, synchronize, reopened ] types: [ opened, synchronize, reopened ]
env: env:
JAVA_VERSION: 25 JAVA_VERSION: 21
jobs: jobs:
build: build: