Skip to content

Commit

Permalink
Test against PHP 8.4 (#29)
Browse files Browse the repository at this point in the history
* Test against PHP 8.4

* Change coverage driver to `pcov`
  • Loading branch information
michael-rubel authored Nov 21, 2024
1 parent 2634bfb commit 299623e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3]
php: [8.3, 8.4]
laravel: ['11.*']
testbench: ['9.3']
stability: [prefer-lowest, prefer-stable]
Expand All @@ -28,8 +28,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, sodium
coverage: xdebug
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, intl, fileinfo, sodium
coverage: pcov

- name: Setup problem matchers
run: |
Expand Down

0 comments on commit 299623e

Please sign in to comment.