Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jun 2, 2023
1 parent d56742a commit 1838a63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 11, 12, 13, 14, 15 ]
java: [ 11, 17, 20 ]
name: Java ${{ matrix.java }}

steps:
Expand All @@ -38,5 +38,9 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
- name: Hibernate - Build with Maven
working-directory: ./hibernate
run: mvn -B package --file pom.xml -Prelease
- name: Quarkus - Build with Maven
working-directory: ./quarkus
run: mvn -B package --file pom.xml -Prelease

0 comments on commit 1838a63

Please sign in to comment.