Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new php8latest to the matrix #8708 #13

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ayesh
Copy link
Member

@Ayesh Ayesh commented Nov 24, 2024

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 the php8 tag will continue to use PHP 8.3, but Onatal can switch to PHP 8.4.

diff Dockerfile.php8 Dockerfile.php8latest
- FROM php:8.3-apache
+ FROM php:8.4-apache

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

Identical Dockerfile as `php8`, but with root image using PHP 8.4.

```bash
diff Dockerfile.php8 Dockerfile.php8latest
```
```diff
- FROM php:8.3-apache
---
+ FROM php:8.4-apache
```
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.

1 participant