Skip to content

Commit

Permalink
Merge pull request #1451 from fl4via/UNDERTOW-2250
Browse files Browse the repository at this point in the history
[UNDERTOW-2250] Update the ci.yml file replacing joschi/setup-jdk wit…
  • Loading branch information
fl4via committed Mar 25, 2023
2 parents b3f4780 + ae15ca3 commit e229399
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -23,8 +23,9 @@ jobs:
m2-
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Generate settings.xml for Maven Builds
uses: whelk-io/maven-settings-xml-action@v20
Expand Down Expand Up @@ -56,9 +57,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
module: [core, servlet, websockets-jsr]
jdk: [11, 17]
openjdk_impl: [ temurin ]
steps:
- name: Update hosts - linux
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -90,8 +92,9 @@ jobs:
shell: bash
run: tar -xzf maven-repo.tgz -C ~
- name: Set up JDK ${{ matrix.java }}
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.openjdk_impl }}
java-version: ${{ matrix.jdk }}
- name: Generate settings.xml for Maven Builds
uses: whelk-io/maven-settings-xml-action@v20
Expand Down

0 comments on commit e229399

Please sign in to comment.