Merge pull request #348 from thaJeztah/update_gha
gha: update distros and version to install
This commit is contained in:
Коммит
93bb55b16a
|
@ -9,14 +9,16 @@ 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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Shellcheck
|
||||
run: make shellcheck
|
||||
- name: Check distribution
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TEST_IMAGE?=ubuntu:18.04
|
||||
TEST_IMAGE?=ubuntu:22.04
|
||||
VERSION?=
|
||||
CHANNEL?=
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче