Skip to content

Commit

Permalink
Merge pull request #20 from njoguamos/support-laravel-11
Browse files Browse the repository at this point in the history
Support laravel 11
  • Loading branch information
njoguamos authored Mar 17, 2024
2 parents 64f3122 + 681b82b commit a027361
Show file tree
Hide file tree
Showing 3 changed files with 700 additions and 626 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [ 8.1, 8.2 , '8.3']
laravel: [ 10.* ]
laravel: [ 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.21
carbon: ^2.63
- laravel: 11.*
testbench: ^9.0
carbon: ^2.63
exclude:
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"require": {
"php": "^8.1 | ^8.2 | ^8.3",
"guzzlehttp/guzzle": "^7.5",
"illuminate/contracts": "^10.0",
"spatie/laravel-package-tools": "^1.13.0"
"illuminate/contracts": "^10.0 | ^11.0",
"spatie/laravel-package-tools": "^1.16.3"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"laravel/pint": "^v1.13.11",
"nunomaduro/collision": "^7.0 | ^8.0",
"larastan/larastan": "^2.8.1",
"orchestra/testbench": "^8.2",
"pestphp/pest": "^2.0",
"orchestra/testbench": "^8.2 | ^9.0",
"pestphp/pest": "^v2.33.6",
"pestphp/pest-plugin-laravel": "^v2.2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
Expand Down
Loading

0 comments on commit a027361

Please sign in to comment.