This is an automated email from the ASF dual-hosted git repository. mariofusco pushed a commit to branch q3lts in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
commit f4c19bb11f4590a29fce22b4309e9bfc627cb18f Author: jstastny-cz <[email protected]> AuthorDate: Fri Dec 1 09:08:49 2023 +0100 CI: update mvn and jdk in GHA --- .github/workflows/pr-kogito-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-kogito-examples.yml b/.github/workflows/pr-kogito-examples.yml index dc0d4d344..162af4fa7 100644 --- a/.github/workflows/pr-kogito-examples.yml +++ b/.github/workflows/pr-kogito-examples.yml @@ -22,8 +22,8 @@ jobs: matrix: job_name: [ kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ] os: [ubuntu-latest] - java-version: [11] - maven-version: ['3.8.7'] + java-version: [17] + maven-version: ['3.9.3'] include: - job_name: kogito-quarkus-examples repository: incubator-kie-kogito-examples --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
