diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3671033..fd64ef8 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] + php: [ '8.0', '8.1', '8.2', '8.3' ] steps: - uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index a135ed2..b17a2d8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^7", + "orchestra/testbench": "^7|^8", "rector/rector": "^1", "ergebnis/composer-normalize": "^2", "vimeo/psalm": "^5",