Skip to content

Commit

Permalink
Add Clang 13 to the build matrix.
Browse files Browse the repository at this point in the history
Change-Id: I1ec47a4f9777ff4f34aaeb0c80e7b9d61243640d
Reviewed-on: https://code-review.googlesource.com/c/re2/+/59190
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed Aug 23, 2021
1 parent b3cdad8 commit a6b90a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [9, 10, 11, 12]
tag: [9, 10, 11, 12, 13]
env:
CC: clang-${{ matrix.tag }}
CXX: clang++-${{ matrix.tag }}
Expand Down

0 comments on commit a6b90a2

Please sign in to comment.