diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc26e78..889094f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['7.4', '8.0'] + php: ['8.0', '8.1'] stability: [prefer-lowest, prefer-stable] steps: diff --git a/composer.json b/composer.json index 2aa9a8e..3925ad3 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ } ], "require": { - "php": "^7.4|^8.0", - "chinleung/laravel-locales": "^1.2", - "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0" + "php": "^8.0|^8.1", + "chinleung/laravel-locales": "^2.0", + "illuminate/support": "^9.0" }, "require-dev": { - "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^7.0", + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": {