Skip to content

0.7.0 - Support PHP 8.3, drop 7.4 and 8.0

Latest
Compare
Choose a tag to compare
@tigitz tigitz released this 04 May 15:32
· 2 commits to master since this release

Release Notes

What's Changed

  • PHP Support Updates:

    • Added support for PHP 8.3.
    • Dropped support for PHP 7.4 and 8.0.
  • Docker Environment Changes:

    • Updated Debian image in Docker from Buster to Bookworm, which includes updates to Aspell and Hunspell.
  • GitHub Actions:

    • Updated all GitHub Actions to the latest versions.
  • Code Quality Tools:

    • Introduced new PHP-CS-Fixer rules to align codebase with the lowest supported PHP version, 8.1.
  • Contributions:

New Contributors