Skip to content

CI and type safety improvements

Compare
Choose a tag to compare
@g105b g105b released this 15 Feb 09:59
· 6 commits to master since this release
a2eb615

This patch release includes three improvements:

  1. CI is handled by Github Actions now - you can check out the build history at https://github.com/PhpGt/Cli/actions
  2. PHPStan level 6 has been applied to the code, meaning certain type hints have been improved for greater readability and future maintainability.
  3. A minor bug was fixed thanks to the stricter types: crontab files that contained only comments would throw an exception prior to this release.

Have fun!