We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e10493 commit eb28dbfCopy full SHA for eb28dbf
.github/workflows/integration_tests.yml
@@ -1229,10 +1229,10 @@ jobs:
1229
max_attempts: 3
1230
command: scripts/gha/install_test_workflow_prereqs.sh -p tvOS -t true
1231
- name: Setup java for Firestore emulator
1232
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
1233
with:
1234
distribution: 'temurin'
1235
- java-version: '17'
+ java-version: '21'
1236
- name: Setup Firestore Emulator
1237
if: contains(needs.check_and_prepare.outputs.apis, 'firestore')
1238
uses: nick-invision/retry@v2
0 commit comments