Skip to content

Commit

Permalink
CI: update mvn and jdk in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Dec 1, 2023
1 parent 36658ab commit c7fd7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-kogito-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7fd7ff

Please sign in to comment.