make -f scripts/ci/Makefile test
old-0:
- name: "old-0 (8.1)"
+ name: "old-0 (8.2)"
env:
- PHP: "8.1"
+ PHP: "8.2"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
make -f scripts/ci/Makefile test
old-1:
- name: "old-1 (8.0)"
+ name: "old-1 (8.1)"
env:
- PHP: "8.0"
+ PHP: "8.1"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
make -f scripts/ci/Makefile test
old-2:
- name: "old-2 (8.2)"
+ name: "old-2 (8.0)"
env:
- PHP: "8.2"
+ PHP: "8.0"
enable_debug: "yes"
enable_zts: "yes"
enable_iconv: "yes"
"TEST_PHP_ARGS" => "-d error_reporting=24575" // ignore E_DEPRECATED
],
"old" => [
- "PHP" => ["8.1", "8.0", "8.2"],
+ "PHP" => ["8.2", "8.1", "8.0"],
"enable_debug" => "yes",
"enable_zts" => "yes",
"enable_iconv" => "yes",