This pull request adds building and testing PHP-84 in RHEL10#530
This pull request adds building and testing PHP-84 in RHEL10#530phracek wants to merge 9 commits into
Conversation
Pull Request validationFailed🔴 Failed or pending statuses:
🔴 Review - Missing review from a member (1 required) Triggered by Workflow Run |
|
[test][test-pytest] |
|
@remicollet Can you please take a look at it. Adding to CC as well @jplesnik One issue that I have spotted is: |
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
php is versioned based. php-opcache was removed as it does not version based PHP package php-mysqli was renamed to php84.mysqlnd Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2524041 to
1659438
Compare
|
rebased against master |
I noticed
|
|
Let's try one more round sclorg/ci-actions#4 [test] |
|
[test] |
As opcache is always present. Let's remove two rows from PHP configuration file. 8.4/root/opt/app-root/etc/php.d/10-opcache.ini.template Suggested by @remicollet. Thanks for review @remicollet. Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
Dockerfile.c10s has been updated with version based PHP packages. [test][test-pytest] |
|
[test][test-pytest] |
Testing Farm results
|
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
5b158fc to
4d8e619
Compare
`php -m` is mentioned `redis` Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
[test][test-pytest] |
and better handling Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This pull request enables building and testing PHP-84 on RHEL10.
It contains these commits:
The php-8.4 package that have been removed are:
php-opcache, andphp-apcu.Similar PR is here: sclorg/s2i-nodejs-container#495