Skip to content

Commit

Permalink
only c++17 and plus
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Feb 19, 2024
1 parent 0778908 commit 6df68cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
matrix:
# Before 4.7 there is no Non-static data member initializers that's bad!
version: [ 4.7, 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11, 12 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]
exclude:
# 4.6
- version: 4.6
Expand Down Expand Up @@ -92,7 +92,7 @@
fail-fast: false
matrix:
version: [ 3.5, 3.6, 3.7, 3.8, 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]
exclude:
# 3.5
# 3.5 is buggy with c++14,c++17, skip it for now
Expand Down Expand Up @@ -158,7 +158,7 @@
strategy:
fail-fast: false
matrix:
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]

steps:
- uses: ammaraskar/gcc-problem-matcher@master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
fail-fast: false
matrix:
xcode: [ '11.7', '12.4', '12.5.1', '13.0' ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

Expand Down Expand Up @@ -54,7 +54,7 @@
fail-fast: false
matrix:
xcode: [ '13.1', '13.2.1', '13.3.1', '13.4.1' ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

Expand Down Expand Up @@ -90,7 +90,7 @@
fail-fast: false
matrix:
version: [ 10, 11, 12 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]

steps:
- uses: ammaraskar/gcc-problem-matcher@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# https://www.msys2.org/docs/environments/
# TODO Try to add msys
sys: [ ucrt64 , clang64, clang32, mingw64, mingw32 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]
defaults:
run:
shell: msys2 {0}
Expand Down Expand Up @@ -67,7 +67,7 @@
fail-fast: false
matrix:
architecture: [ win32, x64 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]

steps:
- uses: ammaraskar/msvc-problem-matcher@master
Expand Down Expand Up @@ -105,7 +105,7 @@
fail-fast: false
matrix:
architecture: [ win32, x64 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]

steps:
- uses: ammaraskar/msvc-problem-matcher@master
Expand Down Expand Up @@ -143,7 +143,7 @@
fail-fast: false
matrix:
version: [ 11.1.0, 12.0.1, 13.0.1, 14.0.6, 15.0.2 ]
standard: [ 11, 14, 17, 20 ]
standard: [ 17, 20 ]

steps:
- uses: ammaraskar/gcc-problem-matcher@master
Expand Down

0 comments on commit 6df68cc

Please sign in to comment.