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

Commit 83ba996

Browse files
committed
Update java to version 21
1 parent 3e5bea3 commit 83ba996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-pro-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ jobs:
216216
with:
217217
node-version: 22.x
218218

219-
- name: Set up JDK 11
219+
- name: Set up JDK 21
220220
uses: actions/setup-java@v5
221221
with:
222-
java-version: '11'
222+
java-version: '21'
223223
distribution: 'temurin'
224224

225225
- name: Set up Terraform

0 commit comments

Comments
 (0)