Skip to content

Commit

Permalink
Merge pull request #68 from tighten/laravel11
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
mattstauffer authored Mar 12, 2024
2 parents b47876d + 8df2460 commit 4d9e997
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
29 changes: 6 additions & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,15 @@ jobs:
strategy:
max-parallel: 1
matrix:
php: [7.4, 8.0, 8.1]
laravel: [8.*, 9.*]
include:
- php: 7.4
laravel: 8.*
testbench: 6.*
phpunit: 9.*
- php: 8.0
laravel: 8.*
testbench: 6.*
phpunit: 9.*
- php: 8.1
laravel: 8.*
testbench: 6.*
phpunit: 9.*
- php: 8.0
laravel: 9.*
testbench: 7.*
phpunit: 9.*
- php: 8.1
laravel: 9.*
testbench: 7.*
phpunit: 9.*
php: [7.4, 8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*, 11.*]
exclude:
- php: 7.4
laravel: 9.*
- php: 8.2
laravel: 8.*
- php: 8.2
laravel: 9.*
services:
stripemock:
image: stripe/stripe-mock:v0.141.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1",
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"stripe/stripe-php": ">=5.0"
},
"require-dev": {
Expand Down

0 comments on commit 4d9e997

Please sign in to comment.