Removed PHP 8.2 tests on macOS.

These are broken for macOS, but still covered on Linux.

PiperOrigin-RevId: 681623446
pull/18596/head
Joshua Haberman 2 months ago committed by Copybara-Service
parent 59e469d5b0
commit 976eff8d2b
  1. 2
      .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 }}

Loading…
Cancel
Save