Skip to content

Commit 75e3e55

Browse files
committed
Exclude old, failing, versions of Clang and GCC from CI
1 parent 2357cd9 commit 75e3e55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
call-boost-ci:
3737
name: Run Boost.CI
3838
uses: boostorg/boost-ci/.github/workflows/reusable.yml@master
39+
with:
40+
# These compilers fail.
41+
exclude_compiler: 'clang-3.5,clang-3.6,clang-3.7,clang-3.8,gcc-4.8,gcc-4.9'
3942
secrets:
4043
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4144
COVERITY_SCAN_NOTIFICATION_EMAIL: ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}

0 commit comments

Comments
 (0)