Skip to content

Commit

Permalink
add PHP 8.4 on CI and run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 3, 2024
1 parent 5e5e7de commit 356b358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
php:
- 8.2
- 8.3
- 8.4

steps:
- # https://github.com/actions/checkout
Expand All @@ -58,4 +59,4 @@ jobs:

- # https://github.com/sebastianbergmann/phpunit/tree/11.4
name: PHPUnit 11
run: composer tests:unit
run: composer tests:all

0 comments on commit 356b358

Please sign in to comment.