Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit c7235d0

Browse files
committed
Fix CI
1 parent f3d2369 commit c7235d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: PHPUnit Tests
2727
uses: php-actions/phpunit@v2
2828
with:
29-
php-version: 8.1
29+
php_version: 8.1
3030
php_extensions: xdebug
3131
bootstrap: tests/bootstrap.php
3232
configuration: phpunit.xml.dist

0 commit comments

Comments
 (0)