Skip to content

Commit

Permalink
🔧 Updated pipeline phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaans committed Apr 17, 2024
1 parent 11b185f commit 0df9997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Composer
uses: php-actions/composer@v6
Expand All @@ -17,6 +17,7 @@ jobs:
- name: PHPUnit
uses: php-actions/phpunit@v3
with:
test_suffix: Test.php
php_extensions: xdebug
php_version: 8.0
configuration: phpunit.xml
Expand Down
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
testdox="true"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true">
Expand Down

0 comments on commit 0df9997

Please sign in to comment.