Skip to content

Commit

Permalink
Merge pull request #144 from KonnexionsGmbH/wwe_3.0.7
Browse files Browse the repository at this point in the history
Version 3.0.7
  • Loading branch information
walter-weinmann authored Dec 23, 2022
2 parents 8b38788 + c25cbbc commit 0f544ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
java-version: ["16", "17", "18", "19"]
os: ["ubuntu-22.04"]
java-version: ["19"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'gradle'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Compiling the project
run: gradle copyJarToLib
- name: Generating the schema
Expand Down

0 comments on commit 0f544ac

Please sign in to comment.