Skip to content

Commit eedd648

Browse files
committed
ignore_php_platform_requirement true at PHP 8.4
1 parent 338a928 commit eedd648

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.laminas-ci.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"name": "psalm",
1212
"job": {
1313
"php": "@latest",
14-
"ignore_php_platform_requirement": true,
1514
"command": "./vendor/bin/psalm --shepherd --stats --output-format=github --no-cache -c psalm5.xml"
1615
}
1716
},
@@ -22,5 +21,8 @@
2221
"command": "diff <(./vendor/bin/phpstan analyse -c ./example/phpstan.neon --no-progress --error-format=junit | xmllint --format -) ./test/example.output"
2322
}
2423
}
25-
]
24+
],
25+
"ignore_php_platform_requirements": {
26+
"8.4": true
27+
}
2628
}

0 commit comments

Comments
 (0)