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.
This commit is contained in:
Dan Marsden
2021-05-06 10:04:50 +12:00
parent b4d996125d
commit e632b1c2f9

View File

@@ -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']