diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a107823..cc45cbb 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,16 +12,16 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.1', '8.2' ] - laravel: [ 10.*, 9.*, 8.* ] + php: [ '8.2' ] + laravel: [ 11.*, 10.*, 9.* ] dependency-version: [ prefer-stable ] include: + - laravel: 11.* + testbench: ^9.0 - laravel: 10.* testbench: ^8.0 - laravel: 9.* testbench: ^7.0 - - laravel: 8.* - testbench: ^6.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index dd2584e..290dadd 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "driver" ], "require": { - "php": "^8.1", + "php": "8.1.*|8.2.*", "ext-pdo": "*", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0" + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.0|^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.5", diff --git a/pint.json b/pint.json index 90289be..03a3596 100644 --- a/pint.json +++ b/pint.json @@ -6,7 +6,6 @@ }, "not_operator_with_space": false, "not_operator_with_successor_space": false, - "Laravel/laravel_phpdoc_alignment": false, "phpdoc_align": { "align": "left" }