mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
Update github_release.yml
This commit is contained in:
parent
3e913931c4
commit
cf463d8fa1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github_release.yml
vendored
4
.github/workflows/github_release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue