mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
Update compiler matrix.
This commit is contained in:
parent
90e4056c01
commit
282e877f13
10
.github/workflows/build-and-test-linux.yaml
vendored
10
.github/workflows/build-and-test-linux.yaml
vendored
@ -12,15 +12,25 @@ jobs:
|
||||
- clang
|
||||
- gcc
|
||||
compiler_version:
|
||||
- 7
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
exclude:
|
||||
- os: ubuntu-20.04
|
||||
compiler: gcc
|
||||
compiler_version: 7
|
||||
- compiler: gcc
|
||||
compiler_version: 11
|
||||
- os: ubuntu-18.04
|
||||
compiler: clang
|
||||
compiler_version: 7
|
||||
- os: ubuntu-18.04
|
||||
compiler: clang
|
||||
compiler_version: 10
|
||||
- os: ubuntu-18.04
|
||||
compiler: clang
|
||||
compiler_version: 11
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- run: sudo apt-get -qq update
|
||||
|
Loading…
Reference in New Issue
Block a user