From a38deb7abff46e2c7688d5983a0bc7b12abd0b55 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 5 May 2021 14:53:07 +1200 Subject: [PATCH] Test 3.5 and 3.8 on this branch. --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fd8407..bd0a52b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,16 +38,12 @@ jobs: fail-fast: false matrix: database: ['pgsql', 'mariadb'] - moodle-branch: ['MOODLE_39_STABLE'] + moodle-branch: ['MOODLE_35_STABLE'] node: ['14.15.1'] php: ['7.2', '7.3'] include: - {moodle-branch: 'MOODLE_35_STABLE', php: '7.1', node: '14.15.1', database: 'mariadb'} - - {moodle-branch: 'MOODLE_35_STABLE', php: '7.2', node: '14.15.1', database: 'mariadb'} - - {moodle-branch: 'MOODLE_39_STABLE', php: '7.4', node: '14.15.1', database: 'mariadb'} - - {moodle-branch: 'MOODLE_39_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'} - - {moodle-branch: 'MOODLE_310_STABLE', php: '7.4', node: '14.15.1', database: 'mariadb'} - - {moodle-branch: 'MOODLE_311_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'} + - {moodle-branch: 'MOODLE_38_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'} steps: - name: Check out repository code