From 3210d908eda06792e6c1cb95c77b7b1bf6f8d1f3 Mon Sep 17 00:00:00 2001 From: Yada Clintjens Date: Fri, 24 Nov 2023 14:41:04 +0100 Subject: [PATCH] Run tests on PHP 8.3 and update test suite --- .github/workflows/ci.yml | 1 + composer.json | 10 +++++++--- phpunit.xml.dist | 6 +++--- phpunit.xml.legacy | 5 ++++- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71ea972..c6239b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.3 - 8.2 - 8.1 - 8.0 diff --git a/composer.json b/composer.json index bb99145..264bfeb 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,16 @@ }, "require-dev": { "clue/block-react": "^1.1", - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "autoload": { - "psr-4": { "Clue\\React\\Zenity\\": "src/" } + "psr-4": { + "Clue\\React\\Zenity\\": "src/" + } }, "autoload-dev": { - "psr-4": { "Clue\\Tests\\React\\Zenity\\": "tests/" } + "psr-4": { + "Clue\\Tests\\React\\Zenity\\": "tests/" + } } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9db1406..4583356 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,8 +1,8 @@ - - + - + ./src/ + + +