Skip to content

Commit 0fd7b5f

Browse files
update to Java 21 including github workflows
1 parent 2c7f3b3 commit 0fd7b5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 17
24+
- name: Set up JDK 21
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '17'
27+
java-version: '21'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Set up Python 3.11

.github/workflows/create-tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'temurin'
23-
java-version: '17' # Matches the enforced version in the POM
23+
java-version: '21' # Matches the enforced version in the POM
2424
cache: maven
2525

2626
- name: Cache Maven dependencies

0 commit comments

Comments
 (0)