diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:26:25 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:26:25 +0100 |
commit | b2d3617ee6ef8ddb7c00434c09ffa6c07eb5ce41 (patch) | |
tree | eb8d7b4c3fe1e27dc7e10a5c9f75d51390a94301 | |
parent | add branding (diff) | |
download | clang-format-b2d3617ee6ef8ddb7c00434c09ffa6c07eb5ce41.tar.gz clang-format-b2d3617ee6ef8ddb7c00434c09ffa6c07eb5ce41.zip |
workflows/test: update clang-format versions
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37492f2..845e3c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - version: [10, 11] + version: [13, 14] style: [file, Chromium] include: - {style: file, exclude: test/chromium.cpp} |