Skip to content

Conversation

@nanasess
Copy link
Owner

Summary

Release version 4.3.0 with PHP 8.5 support and dependency updates.

This release includes:

  • PHP 8.5 support (merged from PR feat: add PHP 8.5 support #323)
  • Dependency updates (@actions/tool-cache, husky, actions/checkout, superagent, typed-rest-client)
  • Bug fixes for PHP 8.5 opcache handling

Changes

  • Version bump: Updated package.json from 4.0.1 to 4.3.0
  • PHP 8.5 support:
    • Added PHP 8.5 to supported versions
    • Updated hasAptVersion() to include PHP 8.5
    • Fixed opcache package installation (bundled in PHP 8.5+ core)
    • Updated CI/CD matrix testing
  • Dependencies: Updated multiple dependencies via dependabot PRs
  • Distribution: Rebuilt dist/index.js bundle with all updates

Test plan

  • All tests pass (npm test)
  • Build succeeds (npm run build)
  • Package bundle created (npm run package)
  • CI/CD tests pass for all PHP versions including 8.5
  • PHP 8.5 installs correctly via APT on Ubuntu
  • PHP 8.5 installs correctly via Chocolatey on Windows

Related PRs

🤖 Generated with Claude Code

Release version 4.3.0 with PHP 8.5 support

Changes in this release:
- Add PHP 8.5 support
- Fix opcache package handling for PHP 8.5 (bundled in core)
- Update APT installation method for PHP 8.5
- Update CI/CD matrix testing
- Update documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nanasess nanasess merged commit 7a25214 into master Nov 21, 2025
50 checks passed
@nanasess nanasess deleted the bump-php8.5 branch November 21, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants