Skip to content

Commit

Permalink
chore: add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Sep 26, 2024
1 parent 4d23e46 commit 8760639
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@ jobs:
php_version: 8.1
version: 9
env:
XDEBUG_MODE: coverage
XDEBUG_MODE: coverage

- name: PHPUnit Tests PHP 8.4
uses: php-actions/phpunit@master
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text
php_extensions: xdebug bcmath
php_version: 8.4
version: 9
env:
XDEBUG_MODE: coverage

0 comments on commit 8760639

Please sign in to comment.