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