Skip to content

Commit

Permalink
Add support for oracular/v19
Browse files Browse the repository at this point in the history
  • Loading branch information
RichLogan committed Oct 28, 2024
1 parent 387bf69 commit 3b0e5ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fail-fast: false
matrix:
version-pair:
- {version: "19", ubuntu: "oracular"}
- {version: "18", ubuntu: "noble"}
- {version: "17", ubuntu: "noble"}
- {version: "16", ubuntu: "noble"}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- 16
- 17
- 18
- 19
steps:
- uses: actions/checkout@v4
- name: Build and test the Docker image
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
- 16
- 17
- 18
- 19
path:
- check: 'test/known_fail'
exclude: 'capital'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ You can define your own formatting rules in a `.clang-format` file at your repos
* 16: `clang-format-16`
* 17: `clang-format-17`
* 18: `clang-format-18`
* 19: `clang-format-19`

## Action version upgrade guarantee

Expand Down

0 comments on commit 3b0e5ae

Please sign in to comment.