From 976eff8d2bc935ab13985fbe8b97db5b86996dc2 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 2 Oct 2024 15:57:29 -0700 Subject: [PATCH] Removed PHP 8.2 tests on macOS. These are broken for macOS, but still covered on Linux. PiperOrigin-RevId: 681623446 --- .github/workflows/test_php.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml index da0df3caaa..e03ce98fcd 100644 --- a/.github/workflows/test_php.yml +++ b/.github/workflows/test_php.yml @@ -181,8 +181,6 @@ jobs: fail-fast: false # Don't cancel all jobs if one fails. matrix: include: - - version: '8.2' - continuous-only: true - version: '8.3' name: ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} MacOS PHP ${{ matrix.version }}