Skip to content

Commit cde6a00

Browse files
authored
Merge pull request #113 from jetwes/php8.5
added php8.5 compatibility
2 parents 350005a + 066c1cd commit cde6a00

File tree

3 files changed

+1331
-1131
lines changed

3 files changed

+1331
-1131
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: [8.2, 8.3, 8.4]
13+
php: [8.2, 8.3, 8.4, 8.5]
1414
laravel: [11.*, 12.*]
1515
stability: [prefer-stable]
1616
os: [ubuntu-latest]

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
13+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"ext-json": "*",
1515
"illuminate/bus": "^11.0 || ^12.0",
1616
"illuminate/container": "^11.0 || ^12.0",
@@ -26,7 +26,7 @@
2626
"larastan/larastan": "^3.6",
2727
"lorisleiva/laravel-actions": "^2.5.1",
2828
"mockery/mockery": "^1.5.1",
29-
"orchestra/testbench": "^8.0 || ^9.0",
29+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
3030
"pestphp/pest": "^3.8",
3131
"pestphp/pest-plugin-laravel": "^3.0",
3232
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)