Skip to content

Commit

Permalink
docs: 8.3 beta [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Jul 22, 2023
1 parent 0defa85 commit e098be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[`adhocore/lemp`](https://hub.docker.com/r/adhocore/lemp) is a minimal single container LEMP full stack for local development.

> If you want to try out preview build of PHP 8.3alpha, use image `adhocore/lemp:8.3a`.
> If you want to try out preview build of PHP 8.3beta, use image `adhocore/lemp:8.3b`.
> If you _must_ use PHP7.4 on LEMP stack then head over to [`adhocore/lemp:7.4`](7.4.Dockerfile).
Expand All @@ -34,7 +34,7 @@ memcached | 1.6.15 | 11211
MySQL`*` | 5.7 | 3306
nginx | 1.21.1 | 80
~phalcon~`"` | 5.0.3 | -
PHP8.3`+` | >=8.3.0a | 9000
PHP8.3`+` | >=8.3.0b | 9000
PHP8.2`+` | >=8.2.7 | 9000
PHP8.1`+` | >=8.1.20 | 9000
PHP8.0`+` | >=8.0.29 | 9000
Expand All @@ -46,7 +46,7 @@ redis | 7.0.10 | 6379

> `*`: Actually [MariaDB 10.6.12](https://mariadb.com/kb/en/mariadb-vs-mysql-compatibility/).
> `+`: Different image tags each viz `:8.3a`, `:8.2`, `:8.1`, `:8.0` and `:7.4`.
> `+`: Different image tags each viz `:8.3b`, `:8.2`, `:8.1`, `:8.0` and `:7.4`.
> `~`: PHP 7.4 has reached end of life and is deprecated.
Expand Down

0 comments on commit e098be3

Please sign in to comment.