diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2527a45..97756e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["7.4", "8.0", "8.1", "8.2", "8.3"] + php-version: ["8.2", "8.3"] os: [ubuntu-latest] experimental: [false] include: diff --git a/composer.json b/composer.json index 1bc74f7..a5cc65c 100644 --- a/composer.json +++ b/composer.json @@ -43,10 +43,10 @@ } }, "require": { - "php": "^7.4 || ^8.0" + "php": "^8.2" }, "require-dev": { - "phpunit/phpunit": "^9 || ^10 || ^11", + "phpunit/phpunit": "^11", "phpstan/phpstan": "^1.4", "wdes/coding-standard": "^3.2" }, diff --git a/phpunit.xml b/phpunit.xml index f6d1527..302d606 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,26 +1,25 @@ - - - - - src - - - - - - - - + + + + + + + + + - tests/unit/ + tests/unit/ - + + + src + +