Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Jan 12, 2024
1 parent a17d8fd commit 6918b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
check-latest: true

- run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
check-latest: true

- name: Checkout
Expand Down

0 comments on commit 6918b1e

Please sign in to comment.