Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 19, 2023
1 parent 8ea05b4 commit 79700ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: 21-ea
distribution: zulu
java-version: 22-ea
distribution: temurin
cache: maven
- name: Build project
run: ./mvnw verify -Pjava21 -Dnet.bytebuddy.experimental
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{ matrix.java }}
distribution: zulu
distribution: temurin
architecture: x64
cache: maven
- name: Build project
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{ matrix.java }}
distribution: zulu
distribution: temurin
architecture: x86
cache: maven
- name: Build project
Expand Down

0 comments on commit 79700ca

Please sign in to comment.