From 5723bb8950318135ed9cf4fc76bed988a087f536 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Mon, 9 May 2022 23:57:52 -0700 Subject: [PATCH] Add GCC 12 to the build matrix. Change-Id: Ibb389e3044c1932b908bc330a36a85dd7ad73ca8 Reviewed-on: https://code-review.googlesource.com/c/re2/+/60110 Reviewed-by: Perry Lorier Reviewed-by: Paul Wankadia --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bc32751a..7ce3a93d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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++