Skip to content

Commit

Permalink
Merge branch 'master' of github.com:speedment/jpa-streamer-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jun 2, 2023
2 parents ae40665 + 1838a63 commit 77115df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/maven.yml
Expand Up @@ -29,14 +29,18 @@ 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:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.3.0
- name: Set up Java
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
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.29</version>
<version>8.0.30</version>
</dependency>

</dependencies>
Expand All @@ -104,7 +104,7 @@

<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<version>3.1.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 77115df

Please sign in to comment.