Skip to content

Commit

Permalink
Bump mac PHP version to 8.2 to fix non-hermetic breakages. (#14741)
Browse files Browse the repository at this point in the history
This was likely either a change in macos or the github runners

PiperOrigin-RevId: 580245853

This is a backport of 62f4888
  • Loading branch information
zhangskz committed Nov 13, 2023
1 parent f36432a commit a29f47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29f47d

Please sign in to comment.