CI, read me update, php composer version min = 8.2
Some checks failed
CI / testsuite (pgsql, 8.2, ) (push) Failing after 4m38s
CI / testsuite (mysql, 8.2, ) (push) Failing after 9m2s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 8m59s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 3m30s
CI / testsuite (sqlite, 8.2, ) (push) Failing after 8m10s
CI / testsuite (mysql, 8.4, ) (push) Successful in 19m59s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 6m18s
CI / Coding Standard & Static Analysis (push) Successful in 12m34s

This commit is contained in:
2026-01-26 23:41:25 -08:00
parent 348665deb8
commit d7fa7108a6
6 changed files with 310 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"cakephp/cakephp": "^5.0.1"
},
"require-dev": {