From 1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 28 Oct 2022 15:45:12 +0530 Subject: [PATCH] Add note about updating PHP if ppa is missing on Ubuntu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08add95b2..26a78dec9 100644 --- a/README.md +++ b/README.md @@ -585,6 +585,7 @@ jobs: > Update to the latest patch of PHP versions. - Pre-installed PHP versions are not updated to their latest patch release by default. +- If `ppa:ondrej/php` is missing on the Ubuntu GitHub environment, the PHP version is updated to the latest patch release. - You can specify the `update` environment variable to `true` for updating to the latest release. ```yaml