Skip to content

Commit

Permalink
Disabled macOS 8.2, to match main.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Feb 27, 2024
1 parent c773dc9 commit 9dfa2b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dfa2b6

Please sign in to comment.