Skip to content

Commit

Permalink
test with 16-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 21, 2020
1 parent 9abace1 commit 41d9e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
- name: Run GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.7
- name: Set up JDK 15 for linux and mac
- name: Set up JDK 16 for linux and mac
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 16-ea
if: matrix.os != 'windows-latest'
- name: Set up JDK 14 for windows
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 16-ea
if: matrix.os == 'windows-latest'
- name: Restore gradle cache
uses: actions/cache@master
Expand Down

0 comments on commit 41d9e5c

Please sign in to comment.