Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@neilime neilime released this 15 Nov 11:20
· 2 commits to main since this release

This release includes several dependency updates to improve build reliability and maintain compatibility with the latest GitHub Actions tools. Additionally, support for PHP 8.3 has been introduced, broadening the range of supported PHP versions. These updates ensure enhanced performance, security, and future-proofing for the project.

Breaking Changes

  • Drop support for php 8.0

What's Changed

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #83
  • build(deps): bump actions/stale from 8 to 9 by @dependabot in #85
  • build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #86
  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #87
  • build(deps): bump actions/cache from 3 to 4 by @dependabot in #88
  • build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 by @dependabot in #89
  • build(deps): bump codecov/codecov-action from 3 to 5 by @dependabot in #90
  • feat: add support for php 8.3 by @neilime in #91

Full Changelog: v3.2.0...v4.0.0