We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12664e9 + c2fd49a commit 06c76e0Copy full SHA for 06c76e0
.github/workflows/build-test.yml
@@ -13,9 +13,13 @@ jobs:
13
strategy:
14
max-parallel: 1
15
matrix:
16
- php: [ 8.0, 8.1 ]
+ php: [ 7.4, 8.0, 8.1 ]
17
laravel: [ 8.*, 9.* ]
18
include:
19
+ - php: 7.4
20
+ laravel: 8.*
21
+ testbench: 6.*
22
+ phpunit: 9.*
23
- php: 8.0
24
laravel: 8.*
25
testbench: 6.*
@@ -32,6 +36,9 @@ jobs:
32
36
laravel: 9.*
33
37
testbench: 7.*
34
38
phpunit: 9.*
39
+ exclude:
40
41
+ laravel: 9.*
35
42
services:
43
stripemock:
44
image: stripe/stripe-mock:v0.141.0
composer.json
@@ -26,7 +26,7 @@
26
}
27
],
28
"require": {
29
- "php": "^8.0|^8.1",
+ "php": "^7.4|^8.0|^8.1",
30
"stripe/stripe-php": ">=5.0"
31
},
"require-dev": {
0 commit comments