Skip to content

Commit eb28dbf

Browse files
committed
chore: update the Java verions in the intergration test runners
1 parent 7e10493 commit eb28dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,10 +1229,10 @@ jobs:
12291229
max_attempts: 3
12301230
command: scripts/gha/install_test_workflow_prereqs.sh -p tvOS -t true
12311231
- name: Setup java for Firestore emulator
1232-
uses: actions/setup-java@v3
1232+
uses: actions/setup-java@v4
12331233
with:
12341234
distribution: 'temurin'
1235-
java-version: '17'
1235+
java-version: '21'
12361236
- name: Setup Firestore Emulator
12371237
if: contains(needs.check_and_prepare.outputs.apis, 'firestore')
12381238
uses: nick-invision/retry@v2

0 commit comments

Comments
 (0)