Merge pull request #17293 from Homebrew/docker-ubuntu24.04

Add Ubuntu 24.04 Docker image
This commit is contained in:
Mike McQuaid 2024-05-14 15:51:57 +09:00 committed by GitHub
commit 90faeff4f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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