Update github_release.yml

This commit is contained in:
CappielloAntonio 2023-08-16 22:41:44 +02:00 committed by GitHub
parent 3e913931c4
commit cf463d8fa1
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