Skip to content

Commit

Permalink
Add java distro and version
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell authored Jul 9, 2024
1 parent 570370e commit 6884f9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
java-version: '21'

- name: Download ijhttp.zip
run: curl -f -L -o ijhttp.zip "https://jb.gg/ijhttp/latest"
Expand Down

0 comments on commit 6884f9d

Please sign in to comment.