From 4662a3d03c6b33e387eeed963e074b4e6c44d99c Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 4 Nov 2024 09:48:51 +0530 Subject: [PATCH] Add PHP 8.5 to the README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b30dd9d..983b6ab2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ GitHub Actions status Codecov Code Coverage LICENSE - PHP Versions Supported + PHP Versions Supported

setup-php reddit @@ -101,9 +101,9 @@ Both `GitHub-hosted` and `self-hosted` runners are supported by `setup-php` on t On all supported OS/Platforms the following PHP versions can be set up as per the runner. -- PHP 5.3 to PHP 8.4 on GitHub-hosted runners, except for macOS ARM64 runners (macos-14). -- PHP 5.6 to PHP 8.4 on GitHub-hosted macOS ARM64 runners (macos-14). -- PHP 5.6 to PHP 8.4 on self-hosted runners. +- PHP 5.3 to PHP 8.5 on GitHub-hosted runners, except for macOS ARM64 runners (macos-14). +- PHP 5.6 to PHP 8.5 on GitHub-hosted macOS ARM64 runners (macos-14). +- PHP 5.6 to PHP 8.5 on self-hosted runners. | PHP Version | Stability | Release Support | Runner Support | |-------------|-----------|-----------------------|--------------------------------| @@ -121,9 +121,10 @@ On all supported OS/Platforms the following PHP versions can be set up as per th | `8.2` | `Stable` | `Active` | `GitHub-hosted`, `self-hosted` | | `8.3` | `Stable` | `Active` | `GitHub-hosted`, `self-hosted` | | `8.4` | `Nightly` | `In development` | `GitHub-hosted`, `self-hosted` | +| `8.5` | `Nightly` | `In development` | `GitHub-hosted`, `self-hosted` | **Notes:** -- Specifying `8.4` in `php-version` input installs a nightly build of `PHP 8.4.0-dev`. See [nightly build setup](#nightly-build-setup) for more information. +- Specifying `8.4` or `8.5` in `php-version` input installs a nightly build of `PHP 8.4.0-dev` or `PHP 8.5.0-dev` respectively. See [nightly build setup](#nightly-build-setup) for more information. - To use JIT on `PHP 8.0` and above, refer to the [JIT configuration](#jit-configuration) section. ## :heavy_plus_sign: PHP Extension Support @@ -548,7 +549,7 @@ jobs: ### Nightly Build Setup -> Set up a nightly build of `PHP 8.4`. +> Set up a nightly build of `PHP 8.4` or `PHP 8.5`. - These PHP versions are currently in active development and might contain bugs and breaking changes. - Some user space extensions might not support this version currently.