Merge pull request #17293 from Homebrew/docker-ubuntu24.04
Add Ubuntu 24.04 Docker image
This commit is contained in:
commit
90faeff4f3
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: ["18.04", "20.04", "22.04"]
|
||||
version: ["18.04", "20.04", "22.04", "24.04"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user