From cb84956acd0e4fa67790523d08d6c85e383ef0b6 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 8 Oct 2021 21:42:59 +0200 Subject: [PATCH] Switch main :dev tag to php 8 --- README.md | 4 ++-- deploy.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f6eb07..dab5759 100644 --- a/README.md +++ b/README.md @@ -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-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules -dev | v2 development | 7.4 | Yes | Testing only, reinstall frequently. -dev-php8 | v2 development | 8.0 | Yes | Testing only, reinstall frequently. +dev | v2 development | 8.0 | Yes | Testing only, reinstall frequently. ### 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-pr10 | v2.0.0-pr10 | 8.0 | Yes | Use PHP 7.4 for compatibility 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. diff --git a/deploy.sh b/deploy.sh index 8731cdd..538ea24 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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-pr11 8.0 v2.0.0-pr11 deploy_php v2-pr11-php74 7.4 v2.0.0-pr11 -deploy_php dev 7.4 v2 -deploy_php dev-php8 8.0 v2 +deploy_php dev 8.0 v2