mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
workflows/docker: add 22.04
This commit is contained in:
parent
c2eaeed0b5
commit
3e88dcb7f7
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -17,13 +17,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["16.04", "18.04", "20.04"]
|
||||
version: ["16.04", "18.04", "20.04", "22.04"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: Fetch origin/master from Git
|
||||
run: git fetch origin master
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user