Skip to content

Commit

Permalink
Add support for ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 30, 2022
1 parent 111a9ae commit a96cc5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
steps:
- name: Update lists
run: |
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,16 @@ Cache PHP extensions in [GitHub Actions](https://github.com/features/actions "Gi

## :cloud: OS/Platform Support

|Virtual environment|YAML workflow label|
|--- |--- |
|Ubuntu 20.04|`ubuntu-latest` or `ubuntu-20.04`|
|Ubuntu 18.04|`ubuntu-18.04`|
|Windows Server 2022|`windows-2022`|
|Windows Server 2019|`windows-latest` or `windows-2019`|
|macOS Catalina 10.15|`macos-latest` or `macOS-10.15`|
|macOS Big Sur 11.x|`macOS-11`|
| Virtual environment | YAML workflow label |
|----------------------|------------------------------------|
| Ubuntu 22.04 | `ubuntu-22.04` |
| Ubuntu 20.04 | `ubuntu-latest` or `ubuntu-20.04` |
| Ubuntu 18.04 | `ubuntu-18.04` |
| Windows Server 2022 | `windows-2022` |
| Windows Server 2019 | `windows-latest` or `windows-2019` |
| macOS Big Sur 12.x | `macOS-12` |
| macOS Big Sur 11.x | `macos-latest` or `macOS-11` |
| macOS Catalina 10.15 | `macOS-10.15` |

## :memo: Usage

Expand Down

0 comments on commit a96cc5f

Please sign in to comment.