Skip to content

Commit 91f82f7

Browse files
committed
[GHA] Update jdks
1 parent c07b2ca commit 91f82f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
cache: [maven]
1313
distribution: [temurin]
14-
java: [17, 21, 24, 25-ea]
14+
java: [17, 21, 25, 26-ea]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
fail-fast: false
1717
max-parallel: 4

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
cache: maven
2323
distribution: temurin
24-
java-version: 21
24+
java-version: 25
2525
- name: Analyze with SonarCloud
2626
run: ./mvnw verify jacoco:report sonar:sonar -B -V -Dsonar.projectKey=mybatis_spring-boot-starter -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress
2727
env:

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
cache: maven
2020
distribution: temurin
21-
java-version: 21
21+
java-version: 25
2222
- name: Deploy to Sonatype
2323
run: ./mvnw deploy -DskipTests -B -V --no-transfer-progress --settings ./.mvn/settings.xml -Dlicense.skip=true
2424
env:

.github/workflows/support.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest, macOS-latest, windows-latest]
29-
java: [17, 21]
29+
java: [17, 21, 25]
3030
distribution: ['zulu']
3131
fail-fast: false
3232
max-parallel: 5

0 commit comments

Comments
 (0)