Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jul 26, 2024
1 parent 98e7ee1 commit 061044a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 8
distribution: "adopt"
- uses: s4u/[email protected]
with:
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 8
distribution: "adopt"
- uses: s4u/[email protected]
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 8
distribution: "adopt"
- uses: s4u/[email protected]
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 8
distribution: "adopt"
- uses: s4u/[email protected]
with:
Expand Down

0 comments on commit 061044a

Please sign in to comment.