Update github_release.yml

This commit is contained in:
CappielloAntonio 2023-06-19 18:51:45 +02:00 committed by GitHub
parent 60e16938a6
commit 06c4b43230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Setup JDK 8
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 17
build:
needs: setup