Skip to content

Commit ca00f73

Browse files
authored
Discard changes to .github/workflows/ci.yaml
1 parent a9c5d63 commit ca00f73

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ jobs:
207207
runs-on: ubuntu-latest
208208
timeout-minutes: 10
209209

210-
strategy:
211-
fail-fast: false
212-
matrix:
213-
php-version:
214-
- "8.4"
215-
- "8.5"
216-
217210
steps:
218211
- name: Checkout
219212
uses: actions/checkout@v4
@@ -232,7 +225,7 @@ jobs:
232225
- name: Install PHP with extensions
233226
uses: shivammathur/setup-php@v2
234227
with:
235-
php-version: ${{ matrix.php-version }}
228+
php-version: ${{ env.PHP_VERSION }}
236229
coverage: xdebug
237230
extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter
238231
ini-values: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On

0 commit comments

Comments
 (0)