Skip to content

Commit

Permalink
update java to version 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanzy committed Mar 19, 2024
1 parent 17896eb commit 98ed88e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu' # Alternative distribution options are available.
java-version: 21
distribution: 'temurin' # Alternative distribution options are available.

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 98ed88e

Please sign in to comment.