Disabled macOS 8.2, to match main.

regen-upb
Joshua Haberman 12 months ago
parent c773dc9f64
commit 9dfa2b6d0a
  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