mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-10 07:33:53 +00:00
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:
parent
ce030ab2c3
commit
8b83324682
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user