Skip to content

Commit

Permalink
Removed Java version from build-and-test Github action, using v3 of s…
Browse files Browse the repository at this point in the history
…etup-java
  • Loading branch information
hbitteur committed Apr 9, 2024
1 parent 88c36c6 commit 8f00de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
all: true

- name: Setup Java ${{ steps.all.outputs.minJavaVersion }}
uses: actions/setup-java@latest
uses: actions/setup-java@v3
with:
java-version: ${{ steps.all.outputs.minJavaVersion }}
distribution: zulu
Expand Down

0 comments on commit 8f00de2

Please sign in to comment.