From 951e3763ba54f2da2dc6829b086200c520d1f384 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Tue, 9 Apr 2024 11:39:04 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a7633c..bbbf0aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,23 +37,17 @@ jobs: - php: '8.3' moodle-branch: 'master' database: 'mariadb' - - php: '8.3' - moodle-branch: 'MOODLE_404_STABLE' - database: 'mariadb' - - php: '8.3' - moodle-branch: 'MOODLE_404_STABLE' - database: 'pgsql' - php: '8.2' - moodle-branch: 'MOODLE_404_STABLE' + moodle-branch: 'master' database: 'mariadb' - php: '8.2' - moodle-branch: 'MOODLE_404_STABLE' + moodle-branch: 'master' database: 'pgsql' - php: '8.1' - moodle-branch: 'MOODLE_404_STABLE' + moodle-branch: 'master' database: 'mariadb' - php: '8.1' - moodle-branch: 'MOODLE_404_STABLE' + moodle-branch: 'master' database: 'pgsql' steps: