Skip to content

Commit 65a46af

Browse files
authored
PHP 8.4 & MySQL 8.4 (#47)
* MySQL 8.4 * PHP 8.4
1 parent 1694a9d commit 65a46af

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

command/php/8.4.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
command:
2+
$ref: ./base
3+
image: riptidepy/php:8.4-cli

command/php/README.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ php
33

44
PHP_ scripting language. Uses the `riptidepy/php <https://hub.docker.com/r/riptidepy/php>`_ images.
55

6-
There are variants for PHP 7.1 - 7.3 and one that uses the configuration of the service with role ``php``.
6+
There are variants for PHP 7.1 - 8.4 and one that uses the configuration of the service with role ``php``.
77

88
.. _PHP: https://php.net/
99
.. _Xdebug: https://xdebug.org/docs/remote
@@ -36,16 +36,7 @@ Use the ``from-service`` variant of this command for Xdebug support.
3636

3737
**Based on**: /command/php/base
3838

39-
Different PHP versions. Available versions:
40-
41-
- 7.1
42-
- 7.2
43-
- 7.3
44-
- 7.4
45-
- 8.0
46-
- 8.1
47-
- 8.2
48-
- 8.3
39+
Different PHP versions.
4940

5041
``/command/php/from-service``
5142
-----------------------------

service/mysql/8.4.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
service:
2+
$ref: ./base
3+
image: riptidepy/mysql:8.4

service/mysql/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Configuration:
6262

6363
**Database**: mysql
6464

65-
``/service/mysql/5.4``, ``/service/mysql/5.5``, ``/service/mysql/5.6``, ``/service/mysql/5.7``, ``/service/mysql/8.0``, ``/service/mysql/9.0``
66-
----------------------------------------------------------------------------------------------------------------------------------------------
65+
`/service/mysql/5.7``, ``/service/mysql/8.0``, ``/service/mysql/8.04``
66+
----------------------------------------------------------------------
6767

6868
**Based on**: /service/mysql/base
6969

service/php/8.4/apache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
service:
2+
$ref: ../base-apache
3+
image: riptidepy/php:8.4-apache

service/php/8.4/cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
service:
2+
$ref: ../base
3+
image: riptidepy/php:8.4-cli

service/php/8.4/fpm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
service:
2+
$ref: ../base
3+
image: riptidepy/php:8.4-fpm

service/php/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ php
33

44
PHP_ scripting language. Uses the `riptidepy/php <https://hub.docker.com/r/riptidepy/php>`_ images.
55

6-
There are variants for PHP 7.1 - 8.3.
6+
There are variants for PHP 7.1 - 8.4.
77
Some include the Apache web server (``apache`` variants), others include php-fpm (``php-fpm`` variants) and some only the interpreter (``cli`` variants).
88

99
.. _PHP: https://php.net/
@@ -97,7 +97,7 @@ Variant that contains the Apache_ web server and integrates the PHP CGI module.
9797

9898
**Based on**: /service/php/base
9999

100-
Variant that only contains the PHP interpreter. PHP 7.1 - 7.3.
100+
Variant that only contains the PHP interpreter.
101101

102102
``/service/php/X.X/fpm``
103103
------------------------

0 commit comments

Comments
 (0)