Bump mac PHP version to 8.2 to fix non-hermetic breakages.

This was likely either a change in macos or the github runners

PiperOrigin-RevId: 580245853
pull/14673/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent 7463878e35
commit 62f4888824
  1. 2
      .github/workflows/test_php.yml

@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
version: ['8.0']
version: ['8.2']
name: MacOS PHP ${{ matrix.version }}
runs-on: macos-12

Loading…
Cancel
Save