Disable Mac PHP 8.2 test

PiperOrigin-RevId: 610520746
pull/15962/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent ab127f7501
commit 4dc2c07025
  1. 4
      .github/workflows/test_php.yml

@ -154,7 +154,9 @@ jobs:
strategy:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
version: ['8.2', '8.3']
# TODO: Add back 8.2 once
# https://github.com/shivammathur/setup-php/issues/823 is fixed.
version: ['8.3']
name: MacOS PHP ${{ matrix.version }}
runs-on: macos-12

Loading…
Cancel
Save