Removed gcc 4.6 and 4.7 from GitHub Actions CI.

These compilers are not supported by Boost.SmartPtr and Boost.Optional,
which are used in tests.
This commit is contained in:
Andrey Semashev 2024-10-11 00:13:00 +03:00
parent ce030ab2c3
commit 8b83324682

View File

@ -33,20 +33,6 @@ jobs:
matrix: matrix:
include: include:
# Linux, gcc # Linux, gcc
- toolset: gcc-4.6
cxxstd: "0x"
os: ubuntu-latest
container: ubuntu:16.04
install:
- g++-4.6
sources:
- "ppa:ubuntu-toolchain-r/test"
- toolset: gcc-4.7
cxxstd: "11"
os: ubuntu-latest
container: ubuntu:16.04
install:
- g++-4.7
- toolset: gcc-4.8 - toolset: gcc-4.8
cxxstd: "11" cxxstd: "11"
os: ubuntu-latest os: ubuntu-latest