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.
2 parents 8c75e85 + b12e45a commit ea667f7Copy full SHA for ea667f7
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: [8.2, 8.1]
+ php: [8.2]
17
laravel: [9.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
composer.json
@@ -16,10 +16,10 @@
}
],
"require": {
- "php": "^8.1",
+ "php": "^8.2",
20
"doctrine/dbal": "^3.5",
21
"illuminate/contracts": "^9.0",
22
- "spatie/laravel-package-tools": "^1.13.0"
+ "spatie/laravel-package-tools": "^1.19.0"
23
},
24
"require-dev": {
25
"laravel/pint": "^1.0",
0 commit comments