Skip to content

Commit a29f47d

Browse files
authored
Bump mac PHP version to 8.2 to fix non-hermetic breakages. (#14741)
This was likely either a change in macos or the github runners PiperOrigin-RevId: 580245853 This is a backport of 62f4888
1 parent f36432a commit a29f47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
fail-fast: false # Don't cancel all jobs if one fails.
152152
matrix:
153-
version: ['8.0']
153+
version: ['8.2']
154154

155155
name: MacOS PHP ${{ matrix.version }}
156156
runs-on: macos-12

0 commit comments

Comments
 (0)