Skip to content

Commit f8bf2af

Browse files
chore: add java 21 to fix emulator tests (#1056)
1 parent 5a279b2 commit f8bf2af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/system_emulated.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
with:
2020
python-version: '3.7'
2121

22+
# firestore emulator requires java 21+
23+
- name: Setup Java
24+
uses: actions/setup-java@v4
25+
with:
26+
distribution: temurin
27+
java-version: '21'
28+
2229
- name: Setup GCloud SDK
2330
uses: google-github-actions/setup-gcloud@v2.1.1
2431

0 commit comments

Comments
 (0)