Skip to content

Commit e286819

Browse files
committed
Enabled C++14 tests on gcc 4.8 and 4.9.
1 parent 03252fd commit e286819

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
include:
3535
# Linux, gcc
3636
- toolset: gcc-4.8
37-
cxxstd: "11"
37+
cxxstd: "11,1y"
3838
os: ubuntu-latest
3939
container: ubuntu:18.04
4040
install:
4141
- g++-4.8
4242
- toolset: gcc-4.9
43-
cxxstd: "11"
43+
cxxstd: "11,14"
4444
os: ubuntu-latest
4545
container: ubuntu:16.04
4646
install:

0 commit comments

Comments
 (0)