Skip to content

Commit 0e94ae8

Browse files
committed
[GHA] Update jdks
1 parent c07b2ca commit 0e94ae8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
cache: maven
3434
distribution: 'temurin'
35-
java-version: 21
35+
java-version: 25
3636

3737
- name: Initialize CodeQL
3838
uses: github/codeql-action/init@v4

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
cache: maven
1717
distribution: temurin
18-
java-version: 21
18+
java-version: 25
1919
- name: Report Coverage to Coveralls for Pull Requests
2020
if: github.event_name == 'pull_request'
2121
run: ./mvnw -B -V test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER --no-transfer-progress

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
cache: maven
2121
distribution: temurin
22-
java-version: 21
22+
java-version: 25
2323
- name: Build site
2424
run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
2525
env:

.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)