From f2b240cb1d93111f1dd578936a0ef78ecd8cbb1b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 7 Feb 2024 12:02:39 +1100 Subject: [PATCH] add back phpunit.xml --- .github/workflows/phpunit.yml | 2 +- phpunit.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml 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 + + + + + + + + + + + + + + +