diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a634af..1b1897a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.2', '8.3', '8.4', '8.5'] stability: [prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.stability }} diff --git a/composer.json b/composer.json index d9611dc..9bfac91 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,14 @@ } ], "require": { - "php": "^8.1", - "illuminate/contracts": "^10.0|^11.0|^12.0", - "illuminate/support": "^10.0|^11.0|^12.0" + "php": "^8.2", + "illuminate/contracts": "^11.0|^12.0|^13.0", + "illuminate/support": "^11.0|^12.0|^13.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.7.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^11.0", "slevomat/coding-standard": "^8.15", "squizlabs/php_codesniffer": "^3.5", "supportpal/coding-standard": "^0.4"