diff --git a/.github/workflows/firestore-emulator-system-tests.yaml b/.github/workflows/firestore-emulator-system-tests.yaml index 30ab28997df1..8ea7c7a8a975 100644 --- a/.github/workflows/firestore-emulator-system-tests.yaml +++ b/.github/workflows/firestore-emulator-system-tests.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - run: ./.github/emulator/start-emulator.sh firestore 424.0.0-emulators + - run: ./.github/emulator/start-emulator.sh firestore 453.0.0-emulators - name: Setup PHP uses: shivammathur/setup-php@v2