Skip to content

Commit

Permalink
Add GCC 12 to the build matrix.
Browse files Browse the repository at this point in the history
Change-Id: Ibb389e3044c1932b908bc330a36a85dd7ad73ca8
Reviewed-on: https://code-review.googlesource.com/c/re2/+/60110
Reviewed-by: Perry Lorier <perryl@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed May 10, 2022
1 parent f5c782e commit 5723bb8
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 @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ver: [6, 7, 8, 9, 10, 11]
ver: [6, 7, 8, 9, 10, 11, 12]
env:
CC: gcc
CXX: g++
Expand Down

0 comments on commit 5723bb8

Please sign in to comment.