Switch to clang-8.

This is the new minimum supported Clang version going forward.
This commit is contained in:
David Anderson 2021-10-27 11:36:04 -07:00
parent 9d7e720f33
commit 10795fbed5

View File

@ -21,8 +21,8 @@ jobs:
compiler_cxx: clang++
- os: ubuntu-18.04
os_short: linux
compiler_cc: clang-3.9
compiler_cxx: clang++-3.9
compiler_cc: clang-8
compiler_cxx: clang++-8
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}