Skip to content

Commit d0a5370

Browse files
Test against PHP 8.4 (#52)
1 parent 99ecb17 commit d0a5370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1, 8.2, 8.3]
16+
php: [8.1, 8.2, 8.3, 8.4]
1717
laravel: ['10.*', '11.*']
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
php-version: ${{ matrix.php }}
3838
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, intl, fileinfo, sodium
39-
coverage: xdebug
39+
coverage: pcov
4040

4141
- name: Setup problem matchers
4242
run: |

0 commit comments

Comments
 (0)