From 5c424d6c817719a78108af009d01d9a358979423 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 1 Jan 2024 01:55:48 +0530 Subject: [PATCH] Mark v1 as unsupported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64c3196d..25f51f66 100644 --- a/README.md +++ b/README.md @@ -943,7 +943,7 @@ Examples of using `setup-php` with various PHP frameworks and packages. - A new major version of the action will only be tagged when there are breaking changes in the setup-php API i.e. inputs, outputs, and environment flags. - For debugging any issues `verbose` tag can be used temporarily. It outputs all the logs and is also synced with the latest releases. - It is highly discouraged to use the `main` branch as version, it might break your workflow after major releases as they have breaking changes. -- If you are using the `v1` tag or a `1.x.y` version, you should [switch to v2](https://github.com/shivammathur/setup-php/wiki/Switch-to-v2 "Guide for switching from setup-php v1 to v2") as `v1` only gets critical bug fixes. Maintenance support for `v1` will be dropped with the last `PHP 8.0` release. +- If you are using the `v1` tag or a `1.x.y` version, you should [switch to v2](https://github.com/shivammathur/setup-php/wiki/Switch-to-v2 "Guide for switching from setup-php v1 to v2") as `v1` is not supported anymore. ## :scroll: License