Skip to content

Commit

Permalink
JDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed May 21, 2024
1 parent a2b590f commit a60f94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '21'
java-version: '22'
cache: 'maven'

- uses: actions/cache@v3
Expand Down

0 comments on commit a60f94c

Please sign in to comment.