Add legacy C++03 tests.

This commit is contained in:
jzmaddock
2021-01-25 11:52:09 +00:00
parent 15b82d929b
commit 4b4041c04d

View File

@ -114,7 +114,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
compiler: [ g++-5, g++-6, clang++-5.0, clang++-6.0 ] compiler: [ g++-5, g++-6, clang++-5.0, clang++-6.0 ]
standard: [ c++11, c++14, c++1z ] standard: [ c++03 c++11, c++14, c++1z ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: