1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-12-02 09:24:10 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Rémi Lanvin
a2dd785693 Fix insufficient type detection for FREQ and WKST
In some cases non-string types would end up passed to strtoupper
which causes a deprecation warning from PHP 8.3.
There might be other places where stricter type check is needed
Ref #149
2024-06-23 09:24:58 +02:00
Rémi Lanvin
0f48c3f93b Add PHP 8.2 to Github workflow 2024-06-13 09:36:07 +02:00
Cédric Anne
30f9170f3a
Fix compatibility with PHP 8.1 (#100)
Use #[\ReturnTypeWillChange] to suppress deprecation warnings with PHP 8.1
Add PHP 8.1 to test matrix
2021-10-06 13:18:34 +02:00
rlanvin
4e979ff9b1 Run tests on pull requests too 2021-01-09 14:20:09 +01:00
rlanvin
a14dd53090 Add tests for PHP 8.0 2020-12-09 23:01:45 +01:00
rlanvin
3036bf3df8 Replace TravisCI by Github Actions 2020-12-09 22:10:34 +01:00