Skip to content

Commit

Permalink
latest java
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jan 21, 2023
1 parent aba7674 commit b984b9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b984b9e

Please sign in to comment.