mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user