mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Add support for macOS Sonoma (14) and drop support for Big Sur (11)
This commit is contained in:
parent
e70f6d9e7c
commit
e3bda5bed8
@ -77,8 +77,8 @@ Both `GitHub-hosted` and `self-hosted` runners are supported by `setup-php` on t
|
|||||||
| Ubuntu 20.04 | `ubuntu-20.04` | `PHP 7.4` to `PHP 8.2` |
|
| Ubuntu 20.04 | `ubuntu-20.04` | `PHP 7.4` to `PHP 8.2` |
|
||||||
| Windows Server 2022 | `windows-latest` or `windows-2022` | `PHP 8.2` |
|
| Windows Server 2022 | `windows-latest` or `windows-2022` | `PHP 8.2` |
|
||||||
| Windows Server 2019 | `windows-2019` | `PHP 8.2` |
|
| Windows Server 2019 | `windows-2019` | `PHP 8.2` |
|
||||||
| macOS Monterey 12.x | `macos-12` | `PHP 8.2` |
|
| macOS Ventura 13.x | `macos-13` | `PHP 8.2` |
|
||||||
| macOS Big Sur 11.x | `macos-latest` or `macos-11` | `PHP 8.2` |
|
| macOS Monterey 12.x | `macos-latest` or `macos-12` | `PHP 8.2` |
|
||||||
|
|
||||||
### Self-Hosted Runners
|
### Self-Hosted Runners
|
||||||
|
|
||||||
@ -90,9 +90,9 @@ Both `GitHub-hosted` and `self-hosted` runners are supported by `setup-php` on t
|
|||||||
| Debian 10 | `self-hosted` or `Linux` |
|
| Debian 10 | `self-hosted` or `Linux` |
|
||||||
| Windows 7 and newer | `self-hosted` or `Windows` |
|
| Windows 7 and newer | `self-hosted` or `Windows` |
|
||||||
| Windows Server 2012 R2 and newer | `self-hosted` or `Windows` |
|
| Windows Server 2012 R2 and newer | `self-hosted` or `Windows` |
|
||||||
|
| macOS Sonoma 14.x x86_64/arm64 | `self-hosted` or `macOS` |
|
||||||
| macOS Ventura 13.x x86_64/arm64 | `self-hosted` or `macOS` |
|
| macOS Ventura 13.x x86_64/arm64 | `self-hosted` or `macOS` |
|
||||||
| macOS Monterey 12.x x86_64/arm64 | `self-hosted` or `macOS` |
|
| macOS Monterey 12.x x86_64/arm64 | `self-hosted` or `macOS` |
|
||||||
| macOS Big Sur 11.x x86_64/arm64 | `self-hosted` or `macOS` |
|
|
||||||
|
|
||||||
- Refer to the [self-hosted setup](#self-hosted-setup) to use the action on self-hosted runners.
|
- Refer to the [self-hosted setup](#self-hosted-setup) to use the action on self-hosted runners.
|
||||||
- Operating systems based on the above Ubuntu and Debian versions are also supported on best effort basis.
|
- Operating systems based on the above Ubuntu and Debian versions are also supported on best effort basis.
|
||||||
|
Loading…
Reference in New Issue
Block a user