Skip to content

Commit

Permalink
build(docker): Add clang-format-18 image (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 11, 2024
1 parent a10efff commit 38748e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
fail-fast: false
matrix:
version-pair:
- {version: "17", ubuntu: "mantic"}
- {version: "16", ubuntu: "lunar"}
- {version: "15", ubuntu: "lunar"}
- {version: "14", ubuntu: "jammy"}
- {version: "18", ubuntu: "noble"}
- {version: "17", ubuntu: "noble"}
- {version: "16", ubuntu: "noble"}
- {version: "15", ubuntu: "noble"}
- {version: "14", ubuntu: "noble"}
- {version: "13", ubuntu: "jammy"}
- {version: "12", ubuntu: "jammy"}
- {version: "11", ubuntu: "jammy"}
Expand Down

0 comments on commit 38748e8

Please sign in to comment.