Skip to content

Commit 9d39f99

Browse files
committed
Update PHP and Laravel version requirements in configuration files
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 4b6bf34 commit 9d39f99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.4, 8.3, 8.2, 8.1]
17-
laravel: [^10.0, ^11.0, ^12.0]
16+
php: [8.4, 8.3, 8.2]
17+
laravel: [^11.0, ^12.0]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: ^10.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.1",
16-
"illuminate/contracts": "^10.0|^11.0|^12.0",
15+
"php": "^8.2",
16+
"illuminate/contracts": "^11.0|^12.0",
1717
"spatie/laravel-package-tools": "^1.16.2"
1818
},
1919
"require-dev": {
2020
"larastan/larastan": "^3.1.0",
2121
"laravel/pint": "^1.14",
22-
"orchestra/testbench": "^8.0|^9.0|^10.0",
22+
"orchestra/testbench": "^9.0|^10.0",
2323
"pestphp/pest": "^3.7.4",
2424
"phpstan/extension-installer": "^1.4",
2525
"phpstan/phpstan": "^2.1.6",

0 commit comments

Comments
 (0)