Skip to content

Commit bf69ef9

Browse files
authored
[7.x] PHP 8.5 Compatibility (#188)
* [7.x] PHP 8.5 Compatibility Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 3b0530e commit bf69ef9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
php: [8.2, 8.3, 8.4]
2121
phpunit: [10, 11, 12]
2222
laravel: [10, 11, 12]
23+
include:
24+
- php: 8.5
25+
laravel: 12
26+
phpunit: 12
2327
exclude:
2428
- php: 8.4
2529
laravel: 10
@@ -58,7 +62,7 @@ jobs:
5862
strategy:
5963
fail-fast: true
6064
matrix:
61-
php: [8.2, 8.3, 8.4]
65+
php: [8.2, 8.3, 8.4, 8.5]
6266

6367
name: PHP ${{ matrix.php }} Paratest
6468

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.17",
26-
"orchestra/testbench-core": "^8.31|^9.9.4|^10.0"
26+
"orchestra/testbench-core": "^8.39|^9.17|^10.8"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -41,9 +41,12 @@
4141
}
4242
},
4343
"config": {
44+
"audit": {
45+
"block-insecure": false
46+
},
47+
"optimize-autoloader": true,
4448
"preferred-install": "dist",
45-
"sort-packages": true,
46-
"optimize-autoloader": true
49+
"sort-packages": true
4750
},
4851
"minimum-stability": "dev",
4952
"prefer-stable": true

0 commit comments

Comments
 (0)