From c1750d382bf2c0c39de1316aa00ec235b1b89076 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 22 Jan 2025 04:55:10 +0530 Subject: [PATCH] Add aarch64 ubuntu runners in OS support [skip ci] --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b48c4d1a..151cc0b9 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,19 @@ Both `GitHub-hosted` and `self-hosted` runners are supported by `setup-php` on t ### GitHub-Hosted Runners -| Virtual environment | YAML workflow label | Pre-installed PHP | -|---------------------|------------------------------------|------------------------| -| Ubuntu 24.04 | `ubuntu-24.04` | `PHP 8.3` | -| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` | `PHP 8.1` | -| Ubuntu 20.04 | `ubuntu-20.04` | `PHP 7.4` to `PHP 8.3` | -| Windows Server 2025 | `windows-2025` | `PHP 8.3` | -| Windows Server 2022 | `windows-latest` or `windows-2022` | `PHP 8.3` | -| Windows Server 2019 | `windows-2019` | `PHP 8.3` | -| macOS Sequoia 15.x | `macos-15` | - | -| macOS Sonoma 14.x | `macos-latest` or `macos-14` | - | -| macOS Ventura 13.x | `macos-13` | `PHP 8.3` | +| Virtual environment | Arch | YAML workflow label | Pre-installed PHP | +|---------------------|---------|------------------------------------|------------------------| +| Ubuntu 24.04 | x86_64 | `ubuntu-24.04` | `PHP 8.3` | +| Ubuntu 22.04 | x86_64 | `ubuntu-latest` or `ubuntu-22.04` | `PHP 8.1` | +| Ubuntu 20.04 | x86_64 | `ubuntu-20.04` | `PHP 7.4` to `PHP 8.3` | +| Ubuntu 24.04 | aarch64 | `ubuntu-24.04-arm` | `PHP 8.3` | +| Ubuntu 22.04 | aarch64 | `ubuntu-22.04-arm` | `PHP 8.1` | +| Windows Server 2025 | x64 | `windows-2025` | `PHP 8.3` | +| Windows Server 2022 | x64 | `windows-latest` or `windows-2022` | `PHP 8.3` | +| Windows Server 2019 | x64 | `windows-2019` | `PHP 8.3` | +| macOS Sequoia 15.x | arm64 | `macos-15` | - | +| macOS Sonoma 14.x | arm64 | `macos-latest` or `macos-14` | - | +| macOS Ventura 13.x | x86_64 | `macos-13` | `PHP 8.3` | ### Self-Hosted Runners