feat: add new php8latest
to the matrix #8708
#13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have been testing Onatal on PHP 8.4 for a while now, and now that the official images are available, we can tag a new
php8latest
tag for testing purposes.Identical Dockerfile as
php8
, but with root image using PHP 8.4. Other dependents of thephp8
tag will continue to use PHP 8.3, but Onatal can switch to PHP 8.4.Types of changes
feat: non-breaking change which adds new functionality
fix: non-breaking change which fixes a bug or an issue
chore(deps): changes to dependencies
test: adds or modifies a test
docs: creates or updates documentation
style: changes that do not affect the meaning or function of code (e.g. formatting, whitespace, missing semi-colons etc.)
perf: code change that improves performance
revert: reverts a commit
refactor: code change that neither fix a bug nor add a new feature
ci: changes to continuous integration or continuous delivery scripts or configuration files
chore: general tasks or anything that doesn't fit the other commit types
Breaking change: fix or feature that would cause existing functionality to not work as expected
Checklist
Further comments