Skip to content

Commit 9dfa2b6

Browse files
committed
Disabled macOS 8.2, to match main.
1 parent c773dc9 commit 9dfa2b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ jobs:
154154
strategy:
155155
fail-fast: false # Don't cancel all jobs if one fails.
156156
matrix:
157-
version: ['8.2', '8.3']
157+
# TODO: Add back 8.2 once
158+
# https://github.com/shivammathur/setup-php/issues/823 is fixed.
159+
version: ['8.3']
158160

159161
name: MacOS PHP ${{ matrix.version }}
160162
runs-on: macos-12

0 commit comments

Comments
 (0)