Skip to content

Commit

Permalink
Use correct Postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Sep 16, 2024
1 parent 711f933 commit d049771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
ZBX_VERSION: "${{ matrix.zabbix.version }}"
ZBX_VERSION_SUFFIX: "${{ matrix.zabbix.suffix }}"
POSTGRES_VERSION: "${{ postgress_version }}"
POSTGRES_VERSION: "${{ matrix.zabbix.postgress_version }}"

- name: Wait for Zabbix server to become available
id: wait_for_server
Expand Down

0 comments on commit d049771

Please sign in to comment.