Skip to content

Commit

Permalink
Update OS support section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jan 20, 2022
1 parent 14a9f0b commit fdbb31f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,27 +68,27 @@ Both `GitHub-hosted` and `self-hosted` runners are suppported by `setup-php` on

|Virtual environment|YAML workflow label|Pre-installed PHP|
|--- |--- |--- |
|Ubuntu 18.04|`ubuntu-18.04`|`PHP 7.1` to `PHP 8.0`|
|Ubuntu 20.04|`ubuntu-latest` or `ubuntu-20.04`|`PHP 7.4` to `PHP 8.0`|
|Windows Server 2019|`windows-latest` or `windows-2019`|`PHP 8.0`|
|Windows Server 2022|`windows-2022`|`PHP 8.0`|
|macOS Catalina 10.15|`macos-latest` or `macos-10.15`|`PHP 8.0`|
|macOS Big Sur 11.x|`macos-11`|`PHP 8.0`|
|Ubuntu 20.04|`ubuntu-latest` or `ubuntu-20.04`|`PHP 7.4` to `PHP 8.1`|
|Ubuntu 18.04|`ubuntu-18.04`|`PHP 7.1` to `PHP 8.1`|
|Windows Server 2022|`windows-latest` or `windows-2022`|`PHP 8.1`|
|Windows Server 2019|`windows-2019`|`PHP 8.1`|
|macOS Big Sur 11.x|`macos-11`|`PHP 8.1`|
|macOS Catalina 10.15|`macos-latest` or `macos-10.15`|`PHP 8.1`|

### Self-Hosted Runners

|Host OS/Virtual environment|YAML workflow label|
|--- |--- |
|Ubuntu 18.04|`self-hosted` or `Linux`|
|Ubuntu 20.04|`self-hosted` or `Linux`|
|Ubuntu 21.04|`self-hosted` or `Linux`|
|Debian 9|`self-hosted` or `Linux`|
|Debian 10|`self-hosted` or `Linux`|
|Ubuntu 20.04|`self-hosted` or `Linux`|
|Ubuntu 18.04|`self-hosted` or `Linux`|
|Debian 11|`self-hosted` or `Linux`|
|Debian 10|`self-hosted` or `Linux`|
|Debian 9|`self-hosted` or `Linux`|
|Windows 7 and newer|`self-hosted` or `Windows`|
|Windows Server 2012 R2 and newer|`self-hosted` or `Windows`|
|macOS Catalina 10.15|`self-hosted` or `macOS`|
|macOS Big Sur 11.x x86_64/arm64|`self-hosted` or `macOS`|
|macOS Catalina 10.15|`self-hosted` or `macOS`|

- 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 a best effort basis.
Expand Down

0 comments on commit fdbb31f

Please sign in to comment.