Skip to content

Commit

Permalink
update phpunit gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Nov 29, 2024
1 parent 3d13159 commit 6348874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
bootstrap: vendor/autoload.php
php_version: 8.1
version: 10
configuration: phpunit.xml.dist
php_extensions: zip gd
test_suffix: Test.php
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
php_extensions: zip gd

- name: PHPUnit
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
bootstrap: vendor/autoload.php
php_version: 8.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
php_extensions: zip gd

- name: PHPUnit
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
bootstrap: vendor/autoload.php
php_version: 8.3
Expand Down

0 comments on commit 6348874

Please sign in to comment.