We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e7378 commit cd5e6acCopy full SHA for cd5e6ac
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.1, 8.2, 8.3]
+ php: [8.1, 8.2]
13
laravel: [10.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
include:
composer.json
@@ -32,7 +32,7 @@
32
"phpunit/phpunit": "^10.0"
33
},
34
"require": {
35
- "php": "^8.2",
+ "php": "^8.1|^8.2",
36
"guzzlehttp/guzzle": "^7.0",
37
"illuminate/contracts": "^10.0",
38
"symfony/mailer": "^6.2"
0 commit comments