Skip to content

Commit 1f3170c

Browse files
committed
cicd: excluded Centos 8 from tests
1 parent c78c48f commit 1f3170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mamonsu-tests-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
MAMONSU_PATH: '/home/runner/work/mamonsu/mamonsu/'
2323
strategy:
2424
matrix:
25-
docker_os: ['ubuntu:20.04', 'centos:7', 'centos:8']
25+
docker_os: ['ubuntu:20.04', 'centos:7']
2626
zabbix_version: ['4.0.36', '4.4.10', '5.0.18', '5.4.8']
2727
pg_version: ['9.6', '10', '11', '12', '13', '14']
2828
exclude:

0 commit comments

Comments
 (0)