From a29f47df0ffb54ec96714ba2d041eee2902b608c Mon Sep 17 00:00:00 2001 From: zhangskz Date: Mon, 13 Nov 2023 15:41:36 -0500 Subject: [PATCH] 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 --- .github/workflows/test_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml index 954aa4be8df0..391442d8a25e 100644 --- a/.github/workflows/test_php.yml +++ b/.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