mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 20:47:21 +02:00
Add legacy C++03 tests.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user