Skip to content

Commit

Permalink
chore: added missing distribution for setup-java@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygauthier committed Mar 1, 2024
1 parent d922684 commit 3cef95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: "temurin"

- name: Build project with Maven
run: mvn test --file pom.xml

0 comments on commit 3cef95c

Please sign in to comment.