This commit is contained in:
Robin 2021-10-10 15:49:19 +02:00
parent cb84956acd
commit dc15b43f90
2 changed files with 6 additions and 2 deletions

View File

@ -33,8 +33,8 @@ First, follow regular update instructions on the website (uploading files etc).
## Available tags
| Tag | NamelessMC version | PHP version | Receives updates\* | Notes
| --- | ------------------ | ----------- | ---------------- | -----
**v2-pr11** | **v2.0.0-pr11** | **8.0** | **Yes** | **Recommended**
v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules
**v2-pr12** | **v2.0.0-pr12** | **8.0** | **Yes** | **Recommended**
v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules
dev | v2 development | 8.0 | Yes | Testing only, reinstall frequently.
### Legacy tags
@ -47,6 +47,8 @@ v2-pr9 | v2.0.0-pr9 | 7.4 | Yes |
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | Experimental
v2-pr10 | v2.0.0-pr10 | 8.0 | Yes | Use PHP 7.4 for compatibility
v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes |
v2-pr11 | v2.0.0-pr11 | 8.0 | Yes |
v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules
dev-php8 | v2 development | 8.0 | No | Use `:dev` instead, it now uses PHP 8
\* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.

View File

@ -38,4 +38,6 @@ deploy_php v2-pr10 8.0 v2.0.0-pr10
deploy_php v2-pr10-php74 7.4 v2.0.0-pr10
deploy_php v2-pr11 8.0 v2.0.0-pr11
deploy_php v2-pr11-php74 7.4 v2.0.0-pr11
deploy_php v2-pr12 8.0 v2.0.0-pr12
deploy_php v2-pr12-php74 7.4 v2.0.0-pr12
deploy_php dev 8.0 v2