Skip to content

Commit

Permalink
new: laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeboer committed Mar 27, 2024
1 parent 6e8bd30 commit cb19e46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
},
"not_operator_with_space": false,
"not_operator_with_successor_space": false,
"Laravel/laravel_phpdoc_alignment": false,
"phpdoc_align": {
"align": "left"
}
Expand Down

0 comments on commit cb19e46

Please sign in to comment.