diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index bc32d06c068b..dd850c742042 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -18,7 +18,7 @@ jobs: phpunit-versions: ['latest'] ci_node_total: [ 8 ] ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7] - laravel: [9.*] + laravel: [10.*] dependency-version: [prefer-stable] env: diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 000000000000..113938ad5e36 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,31 @@ + + + + + ./tests/Unit + + + ./tests/Integration + + + ./tests/Feature + + + ./tests/Pdf + + + + + + + + + + + + + + +