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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["16.04", "18.04", "20.04"]
|
version: ["16.04", "18.04", "20.04", "22.04"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Fetch origin/master from Git
|
- name: Fetch origin/master from Git
|
||||||
run: git fetch origin master
|
run: git fetch origin master
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user