Skip to content

Commit 096748c

Browse files
authored
[0.3.x] PHP 8.4 Compatibility (#207)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 3a84de9 commit 096748c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.1, 8.2, 8.3, 8.4]
22+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
2323

2424
name: PHP ${{ matrix.php }} - With Collections
2525

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"illuminate/collections": "^10.0|^11.0|^12.0",
2727
"phpstan/phpstan": "^1.12.28",
28-
"pestphp/pest": "^2.3|^3.4",
28+
"pestphp/pest": "^2.3|^3.4|^4.0",
2929
"mockery/mockery": "^1.5",
3030
"phpstan/phpstan-mockery": "^1.1.3"
3131
},
@@ -37,6 +37,9 @@
3737
"ext-pcntl": "Required for the spinner to be animated."
3838
},
3939
"config": {
40+
"audit": {
41+
"block-insecure": false
42+
},
4043
"allow-plugins": {
4144
"pestphp/pest-plugin": true
4245
}

0 commit comments

Comments
 (0)