dragonmantank / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
MIT License
4.55k stars 121 forks source link

Skip PHP 8.1 unstable daylight savings tests #146

Closed athos-ribeiro closed 2 years ago

athos-ribeiro commented 2 years ago

As discussed in #133, the PHP 8.1's date extension daylight saving APIs have been suffering with instabilities. Let's skip the affected tests until https://github.com/php/php-src/issues/9165 is resolved.

Signed-off-by: Athos Ribeiro athos.ribeiro@canonical.com

dragonmantank commented 2 years ago

Thanks!