This commit is contained in:
Robin 2021-06-27 19:09:04 +02:00
parent 448458f3f4
commit db3464db93
3 changed files with 7 additions and 3 deletions

View File

@ -35,8 +35,10 @@ First, follow regular update instructions on the website (uploading files etc).
| --- | ------------------ | ----------- | ---------------- | -----
v2-pr7 | v2.0.0-pr7 | 7.4 | Yes | Old
v2-pr8 | v2.0.0-pr8 | 7.4 | Yes | Old
v2-pr9 | v2.0.0-pr9 | 7.4 | Yes | Recommended version
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | There are still some PHP 8 bugs, use php 7.4
v2-pr9 | v2.0.0-pr9 | 7.4 | Yes | Old
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | Old, php 7.4 recommended
**v2-pr10** | **v2.0.0-pr10** | **8.0** | **Yes** | **Recommended**
v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes | Use if you experience php 8 related bugs
dev | v2 development | 7.4 | Yes | Testing only, reinstall frequently.
dev-php8 | v2 development | 8.0 | Yes | Testing only, reinstall frequently.

View File

@ -30,5 +30,7 @@ deploy_php v2-pr7 7.4 v2.0.0-pr7
deploy_php v2-pr8 7.4 v2.0.0-pr8
deploy_php v2-pr9 7.4 v2.0.0-pr9
deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
deploy_php v2-pr10 8.0 v2.0.0-pr10
deploy_php v2-pr10-php74 8.0 v2.0.0-pr10
deploy_php dev 7.4 v2
deploy_php dev-php8 8.0 v2

View File

@ -28,7 +28,7 @@ RUN { \
ADD entrypoint.sh /
ARG VERSION=v2.0.0-pr9
ARG VERSION=v2.0.0-pr10
ENV VERSION=${VERSION}
# Used by website to know if it runs using our docker images for statistics