Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Add php 8.3 and enable coverage driver
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Jan 30, 2024
1 parent b762984 commit d78e2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1,8.2]
php: [8.1,8.2,8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand All @@ -32,7 +32,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none
coverage: pcov

- name: Setup problem matchers
run: |
Expand Down

0 comments on commit d78e2f4

Please sign in to comment.