gha: update distros and version to install

- updating the "version" to install to 20.10 (previous version)
- remove ubuntu 18.04, as it's EOL soon
- add last 2 LTS versions of Ubuntu
- add centos:9 (stream)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-03-28 18:40:32 +02:00
Родитель 781a0f41d0
Коммит 4e1b4d2418
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 76698F39D527CE8C
1 изменённых файлов: 4 добавлений и 2 удалений

6
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -9,10 +9,12 @@ jobs:
strategy:
matrix:
os:
- ubuntu:18.04
- ubuntu:20.04
- ubuntu:22.04
- centos:7
- quay.io/centos/centos:stream9
version:
- 19.03
- "20.10"
- ""
steps: