From b984b9e65260cb09b7067f159f3147085fe8d570 Mon Sep 17 00:00:00 2001 From: Devedse Date: Sat, 21 Jan 2023 17:59:13 +0100 Subject: [PATCH] latest java --- .github/workflows/githubactionsbuilds.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/githubactionsbuilds.yml b/.github/workflows/githubactionsbuilds.yml index 7460481..523d1db 100644 --- a/.github/workflows/githubactionsbuilds.yml +++ b/.github/workflows/githubactionsbuilds.yml @@ -24,9 +24,10 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 7.0.x - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v3 with: - java-version: '15' # The JDK version to make available on the path. + distribution: 'zulu' + java-version: '19' # The JDK version to make available on the path. java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk architecture: x64 # (x64 or x86) - defaults to x64 - name: Install tools