Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 752951e

Browse files
committed
Java 25
1 parent bba6110 commit 752951e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
submodules: recursive
2121

22-
- name: Set up JDK 21
22+
- name: Set up JDK 25
2323
uses: actions/setup-java@v5
2424
with:
25-
java-version: '21'
25+
java-version: '25'
2626
distribution: 'corretto'
2727
cache: maven
2828

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
# to build your code.
8787
# ℹ️ Command-line programs to run using the OS shell.
8888
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
89-
- name: Set up JDK 21
89+
- name: Set up JDK 25
9090
if: matrix.build-mode == 'manual'
9191
uses: actions/setup-java@v5
9292
with:
93-
java-version: '21'
93+
java-version: '25'
9494
distribution: 'corretto'
9595

9696
- name: Install ChimeSMALibrary Parent POM

.github/workflows/deploy-sandbox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Add AWS_ACCOUNT_ID to Environment
4444
run: echo "AWS_ACCOUNT_ID=${{ steps.aws-creds.outputs.aws-account-id }}" >> $GITHUB_ENV
4545

46-
- name: Set up JDK 21
46+
- name: Set up JDK 25
4747
uses: actions/setup-java@v5
4848
with:
49-
java-version: '21'
49+
java-version: '25'
5050
distribution: 'corretto'
5151
cache: maven
5252

@@ -100,10 +100,10 @@ jobs:
100100
- name: Add AWS_ACCOUNT_ID to Environment
101101
run: echo "AWS_ACCOUNT_ID=${{ steps.aws-creds.outputs.aws-account-id }}" >> $GITHUB_ENV
102102

103-
- name: Set up JDK 21
103+
- name: Set up JDK 25
104104
uses: actions/setup-java@v5
105105
with:
106-
java-version: '21'
106+
java-version: '25'
107107
distribution: 'corretto'
108108
cache: maven
109109

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
- name: Add AWS_ACCOUNT_ID to Environment
8080
run: echo "AWS_ACCOUNT_ID=${{ steps.aws-creds.outputs.aws-account-id }}" >> $GITHUB_ENV
8181

82-
- name: Set up JDK 21
82+
- name: Set up JDK 25
8383
uses: actions/setup-java@v5
8484
with:
85-
java-version: '21'
85+
java-version: '25'
8686
distribution: 'corretto'
8787
cache: maven
8888

@@ -146,10 +146,10 @@ jobs:
146146
- name: Add AWS_ACCOUNT_ID to Environment
147147
run: echo "AWS_ACCOUNT_ID=${{ steps.aws-creds.outputs.aws-account-id }}" >> $GITHUB_ENV
148148

149-
- name: Set up JDK 21
149+
- name: Set up JDK 25
150150
uses: actions/setup-java@v5
151151
with:
152-
java-version: '21'
152+
java-version: '25'
153153
distribution: 'corretto'
154154
cache: maven
155155

0 commit comments

Comments
 (0)