Skip to content

Commit f2b45b1

Browse files
committed
Update JDK version to 23 in Maven workflows
1 parent 8012c8b commit f2b45b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Set up JDK 11
20+
- name: Set up JDK 23
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '11'
23+
java-version: '23'
2424
distribution: 'temurin'
2525
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file

.github/workflows/maven.yml

+2-2
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 23
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '17'
27+
java-version: '23'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven

0 commit comments

Comments
 (0)