diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b4be8a0..b6e73ab 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,14 +8,12 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.1] - laravel: [10.*, 9.*] + php: [8.3, 8.2, 8.1] + laravel: [10.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.* testbench: 8.* - - laravel: 9.* - testbench: 7.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/README.md b/README.md index 52215ae..5c738c1 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ If you want to know more about the background of this package, please read [the ## Requirements -* PHP 8.0 or higher -* Laravel 9 or higher +* PHP 8.1 or higher +* Laravel 10 or higher ## Installation diff --git a/composer.json b/composer.json index b943912..856f321 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,12 @@ } ], "require": { - "php": "^8.1|^8.2", - "illuminate/support": "^9.0|^10.0" + "php": "^8.1|^8.2|^8.3", + "illuminate/support": "^10.0" }, "require-dev": { - "nesbot/carbon": "^2.66", - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5.10" + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^10.4" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 22fe879..f9aad31 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,12 @@ + backupGlobals="false" + colors="true" + processIsolation="false" + stopOnFailure="false"> tests - - - src/ - - - - - - - - - - + \ No newline at end of file