From 81b96f3a35b824b8508eb84f70f863b218d81daf Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 17 Mar 2024 19:00:50 +0100 Subject: [PATCH] Add Zabbix 6.4 to CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b006d1a2..1149a245c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 with: pidfile_workaround: 'false' - beaker_facter: 'zabbix_version:Zabbix:5.0,6.0' + beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,6.4'