1
0
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:
Brenden Matthews 2021-04-18 10:53:59 -05:00
parent 90e4056c01
commit 282e877f13
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -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