Skip to content

Commit

Permalink
feat: Add clang-format-16 to package registry (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Mar 18, 2023
1 parent 990ca2c commit 88064a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
fail-fast: false
matrix:
version-pair:
- {version: "15", ubuntu: "kinetic"}
- {version: "16", ubuntu: "lunar"}
- {version: "15", ubuntu: "lunar"}
- {version: "14", ubuntu: "jammy"}
- {version: "13", ubuntu: "jammy"}
- {version: "12", ubuntu: "jammy"}
Expand Down

0 comments on commit 88064a6

Please sign in to comment.