You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you remove this line, it appears to work just fine, and produces next run dates as you'd expect. Any reason why this extra validation exists, and if not could it be removed and/or modified to allow expressions like the above to validate?
The text was updated successfully, but these errors were encountered:
Having trouble with this cron expression:
This is a valid cron expression (Last day of the month AND 15th of the month), but is being validated as false by this line https://github.com/dragonmantank/cron-expression/blob/master/src/Cron/DayOfMonthField.php#L142
If you remove this line, it appears to work just fine, and produces next run dates as you'd expect. Any reason why this extra validation exists, and if not could it be removed and/or modified to allow expressions like the above to validate?
The text was updated successfully, but these errors were encountered: