Skip to content

Commit

Permalink
feat: adds laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 5, 2023
1 parent e5b4554 commit cdcf65d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [10.*, 9.*]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 11.*

name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
steps:
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
],
"require": {
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.7.0",
"laravel/framework": "^9.46.0|^10.14.1",
"guzzlehttp/guzzle": "^7.8.1",
"laravel/framework": "^9.46.0|^10.34.2|^11.0",
"openai-php/client": "^v0.8.0"
},
"require-dev": {
"laravel/pint": "^1.13.6",
"pestphp/pest": "^2.8.2",
"pestphp/pest-plugin-arch": "^2.2.2",
"pestphp/pest-plugin-mock": "^2.0.0",
"phpstan/phpstan": "^1.10.25",
"symfony/var-dumper": "^6.3.1"
"pestphp/pest": "^2.27.0",
"pestphp/pest-plugin-arch": "^2.4.1",
"phpstan/phpstan": "^1.10.47",
"symfony/var-dumper": "^6.4.0|^7.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cdcf65d

Please sign in to comment.