We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c773dc9 commit 9dfa2b6Copy full SHA for 9dfa2b6
1 file changed
.github/workflows/test_php.yml
@@ -154,7 +154,9 @@ jobs:
154
strategy:
155
fail-fast: false # Don't cancel all jobs if one fails.
156
matrix:
157
- version: ['8.2', '8.3']
+ # TODO: Add back 8.2 once
158
+ # https://github.com/shivammathur/setup-php/issues/823 is fixed.
159
+ version: ['8.3']
160
161
name: MacOS PHP ${{ matrix.version }}
162
runs-on: macos-12
0 commit comments