Updating java version in order to get the fix for JDK-8276150.

This commit is contained in:
Stian Grenborgen 2022-08-09 18:45:48 +02:00
parent 77d6032013
commit f9c47d1942
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '18'
- name: Build artifacts
shell: cmd
@ -87,7 +87,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '18'
- name: Build artifacts
shell: bash