From 48800be06b6f790b336053991f612d0be472533c Mon Sep 17 00:00:00 2001 From: Niels <10651054+Nielsvanpach@users.noreply.github.com> Date: Wed, 28 Jul 2021 09:57:12 +0200 Subject: [PATCH] update phpunit config --- .github/workflows/run-tests.yml | 2 +- phpunit.xml.dist | 43 ++++++++++++++++++--------------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c1623fa8..0cb2f9ce 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] php: [8.0, 7.4] stability: [prefer-lowest, prefer-stable] diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7a65b9f4..b497fb7d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,22 +1,25 @@ - - - - tests - - - - - src/ - - + + + + src/ + + + + + tests + +