From 367cc774455f5f6eeee3ca969ed96ab2ee2e8669 Mon Sep 17 00:00:00 2001 From: Edward Chernenko Date: Mon, 30 Dec 2024 10:33:48 +0300 Subject: [PATCH] Revert "(tests) Temporary: run PostgreSQL tests only on REL1_43" This reverts commit fd0f5665931c5e0038964eb8786410762e4e559d. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 828f3f3..d1ebf8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: php: [8.1] - branch: [REL1_43] + branch: [REL1_39, REL1_40, REL1_41, REL1_42, REL1_43] dbtype: [mysql, postgres] env: