From 1cd62c67e76203287f79b011d140903e122a6356 Mon Sep 17 00:00:00 2001 From: Moti Cohen Date: Thu, 18 Sep 2025 13:15:11 +0300 Subject: [PATCH] Add 8.0 and 8.2 to CI --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90f1a4e..ee677ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,10 @@ jobs: version: "unstable" - os: macos-latest compiler: gcc - version: "7.4" + version: "8.0" + - os: ubuntu-latest + compiler: gcc + version: "8.2" - os: macos-latest compiler: clang version: "unstable"