diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea5ec93..c268ea3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, 8.0, 8.1] - laravel: [^8.42] + php: [8.0.2, 8.1] + laravel: [^9.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 2ef6da1..f3eb876 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ "Faker" ], "require": { - "php": "^7.4|^8.0|^8.1", + "php": "^8.0.2|^8.1", "fakerphp/faker": "^1.13", "guzzlehttp/guzzle": "^7.3", "rtippin/messenger": "^1.14" }, "require-dev": { "phpunit/phpunit": "~9.0", - "orchestra/testbench": "~5|~6" + "orchestra/testbench": "~7" }, "autoload": { "psr-4": {