We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c7ae6 commit 119bcdeCopy full SHA for 119bcde
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: [8.1,8.2]
+ php: [8.2]
14
laravel: [11.*]
15
include:
16
- laravel: 11.*
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "^8.1",
+ "php": "^8.2",
24
"guzzlehttp/guzzle": "^7.3",
25
"laravel/framework": "^11.0"
26
},
0 commit comments