Switch main :dev tag to php 8

This commit is contained in:
Robin 2021-10-08 21:42:59 +02:00
parent c88007fd0e
commit cb84956acd
2 changed files with 3 additions and 4 deletions

View File

@ -35,8 +35,7 @@ First, follow regular update instructions on the website (uploading files etc).
| --- | ------------------ | ----------- | ---------------- | ----- | --- | ------------------ | ----------- | ---------------- | -----
**v2-pr11** | **v2.0.0-pr11** | **8.0** | **Yes** | **Recommended** **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-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules
dev | v2 development | 7.4 | Yes | Testing only, reinstall frequently. dev | v2 development | 8.0 | Yes | Testing only, reinstall frequently.
dev-php8 | v2 development | 8.0 | Yes | Testing only, reinstall frequently.
### Legacy tags ### Legacy tags
@ -48,5 +47,6 @@ v2-pr9 | v2.0.0-pr9 | 7.4 | Yes |
v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | Experimental 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 | v2.0.0-pr10 | 8.0 | Yes | Use PHP 7.4 for compatibility
v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes | v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes |
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. \* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.

View File

@ -38,5 +38,4 @@ deploy_php v2-pr10 8.0 v2.0.0-pr10
deploy_php v2-pr10-php74 7.4 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 8.0 v2.0.0-pr11
deploy_php v2-pr11-php74 7.4 v2.0.0-pr11 deploy_php v2-pr11-php74 7.4 v2.0.0-pr11
deploy_php dev 7.4 v2 deploy_php dev 8.0 v2
deploy_php dev-php8 8.0 v2