Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Jun 28, 2024
1 parent 4616950 commit 8b27868
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ Cache PHP extensions in [GitHub Actions](https://github.com/features/actions "Gi

| Virtual environment | YAML workflow label |
|---------------------|------------------------------------|
| Ubuntu 24.04 | `ubuntu-24.04` |
| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` |
| Ubuntu 20.04 | `ubuntu-20.04` |
| Windows Server 2022 | `windows-latest` or `windows-2022` |
| Windows Server 2019 | `windows-2019` |
| macOS Sonoma 14.x | `macos-14` |
| macOS Ventura 13.x | `macos-13` |
| macOS Monterey 12.x | `macos-latest` or `macos-12` |

**Note**: Support for self-hosted runners for the above operating systems is in beta. If you use this action on a self-hosted runner, please report any issues you find.

## :memo: Usage

Use this GitHub Action when the extensions you are adding in [setup-php](https://github.com/shivammathur/setup-php "setup-php GitHub Action") are installed and take a long time to set up. If you are using extensions which have the result `Installed and enabled` in the logs like `pecl` extensions on `Ubuntu` or extensions which have custom support, it is recommended to use this action to cache your extensions.
Expand Down Expand Up @@ -155,10 +159,9 @@ Contributions are welcome! See [Contributor's Guide](.github/CONTRIBUTING.md "sh

## :sparkling_heart: Support This Project

If this action helped you.
This project is generously supported by many users and organisations via [GitHub Sponsors](https://github.com/sponsors/shivammathur).

- Please star the project and share it. If you blog, please share your experience of using this action.
- Please support our work by sponsoring using [GitHub sponsors](https://github.com/sponsors/shivammathur).
<a href="https://github.com/sponsors/shivammathur"><img src="https://setup-php.com/sponsors.svg?" alt="Sponsor shivammathur"></a>

## :package: Dependencies

Expand Down

0 comments on commit 8b27868

Please sign in to comment.