From e632b1c2f94263904509f5c1e25f0558bb0dac0c Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 6 May 2021 10:04:50 +1200 Subject: [PATCH] We haven't been testing postgres on 3.5 - it needs pg12 disable pg test for now, but we should think about adding it back. --- .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 e24c545..63b348a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - database: ['pgsql', 'mariadb'] + database: ['mariadb'] moodle-branch: ['MOODLE_35_STABLE'] node: ['14.15.1'] php: ['7.1']