2
0
mirror of https://github.com/boostorg/scope.git synced 2026-01-19 04:42:10 +00:00

Enabled C++14 tests on gcc 4.8 and 4.9.

This commit is contained in:
Andrey Semashev
2025-06-19 04:52:52 +03:00
parent 03252fd0af
commit e286819b43

View File

@@ -34,13 +34,13 @@ jobs:
include:
# Linux, gcc
- toolset: gcc-4.8
cxxstd: "11"
cxxstd: "11,1y"
os: ubuntu-latest
container: ubuntu:18.04
install:
- g++-4.8
- toolset: gcc-4.9
cxxstd: "11"
cxxstd: "11,14"
os: ubuntu-latest
container: ubuntu:16.04
install: