Skip to content

Commit

Permalink
Add old, still supported versions in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Dec 29, 2023
1 parent 654faee commit 171bd92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,19 @@ jobs:
os: ubuntu-22.04
compiler: clang-16
clang-runtime: '17'

# Оld, still supported versions

- name: ubu20-gcc9-runtime7
os: ubuntu-20.04
compiler: gcc-9
clang-runtime: '7'

- name: ubu20-gcc9-runtime8
os: ubuntu-20.04
compiler: gcc-9
clang-runtime: '8'

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 171bd92

Please sign in to comment.