From f3911d583139ac5969df6a992c424788e41d9634 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 27 Jan 2022 09:27:53 -0800 Subject: [PATCH] add 3.16 build --- .github/workflows/ci-scripts-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index a740f9f..f6bd9ec 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -219,6 +219,12 @@ jobs: matrix: # Job names also name artifacts, character limitations apply include: + - name: "CentOS-7 3.16" + image: centos:7 + cmp: gcc + configuration: default + base: "3.16" + - name: "CentOS-7 3.15" image: centos:7 cmp: gcc