1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 20:44:56 +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 - clang
- gcc - gcc
compiler_version: compiler_version:
- 7
- 9 - 9
- 10 - 10
- 11 - 11
exclude: exclude:
- os: ubuntu-20.04
compiler: gcc
compiler_version: 7
- compiler: gcc - compiler: gcc
compiler_version: 11 compiler_version: 11
- os: ubuntu-18.04
compiler: clang
compiler_version: 7
- os: ubuntu-18.04 - os: ubuntu-18.04
compiler: clang compiler: clang
compiler_version: 10 compiler_version: 10
- os: ubuntu-18.04
compiler: clang
compiler_version: 11
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- run: sudo apt-get -qq update - run: sudo apt-get -qq update