Skip to content

Commit

Permalink
[CI] Drop Clang 9 from Matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed May 13, 2021
1 parent b37e45e commit 4a5c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ '9', '10', '11', '12' ]
version: [ '10', '11', '12' ]
env:
CC: clang-${{ matrix.version }}
CXX: clang++-${{ matrix.version }}
Expand Down

0 comments on commit 4a5c7e8

Please sign in to comment.