Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
switch to java 21
  • Loading branch information
arnou authored Jun 12, 2024
1 parent 4d1abfe commit add6a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
with:
java-version: 17
java-version: 21
distribution: temurin
- name: Cache local Maven repository
uses: actions/cache@v4.0.2
Expand Down

0 comments on commit add6a2d

Please sign in to comment.