Skip to content

Commit fb67ebc

Browse files
authored
Add PHP 8.6 to PHPUnit workflow (#103)
1 parent 257ab8a commit fb67ebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php-unit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- php-version: "8.4"
2727
php-unit-args: "-c phpunit.xml"
2828
- php-version: "8.5"
29+
php-unit-args: "-c phpunit.xml"
30+
- php-version: "8.6"
2931
php-unit-args: "-c phpunit.xml --fail-on-deprecation --fail-on-phpunit-deprecation"
3032

3133
steps:

0 commit comments

Comments
 (0)