Closed SMillerDev closed 3 months ago
Closing and re-opening to retrigger CI.
Updated to the latest PHP versions
Also, is there any reason not to use https://github.com/setup-php/setup-php ?
Not exactly sure, but I mean to remember that this caused some issues in the past.
Updated to the latest PHP versions
Wow, thanks, that was fast. However, there is apparently a cron schedule in place for running CI; not sure if that's reasonable. Anyway, I'll try to keep an eye on this.
Okay, CI is running now; let's see how this goes.
Due to fail fast behavior, I'm not 100% sure, but at least on Windows tests/007.phpt fails with PHP 8.3:
--
int(5)
}
["bar"]=>
016- string(3) "bar"
016+ NULL
}
array(2) {
["vars"]=>
--
I suggest to test with PHP 8.0, 8.1 and 8.2 for now.
Thank you again! I have applied this via https://github.com/krakjoe/uopz/commit/7b70bbf0c23b772dd3fbeb52f461749c166e6b29.
Also, is there any reason not to use https://github.com/setup-php/setup-php ?