Skip to content

Commit

Permalink
Run CI tests with JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Dec 10, 2024
1 parent 19a16da commit 0f7f4ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: 'adopt'

- name: Cache Maven dependencies
Expand Down

0 comments on commit 0f7f4ec

Please sign in to comment.