Skip to content

Commit

Permalink
Merge pull request #17293 from Homebrew/docker-ubuntu24.04
Browse files Browse the repository at this point in the history
Add Ubuntu 24.04 Docker image
  • Loading branch information
MikeMcQuaid committed May 14, 2024
2 parents 8378cc8 + 978f5ad commit 90faeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90faeff

Please sign in to comment.