From fb045fc43c6228b9af7ac7f5507ca8e6e9da5743 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Wed, 28 Sep 2022 20:20:43 +0100 Subject: [PATCH] Tell actions to test only against 4.0 --- .github/workflows/moodle-ci.yml | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 2e72c73..4336daa 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: php: ['7.4', '8.0'] - moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE'] + moodle-branch: ['MOODLE_400_STABLE'] database: [pgsql, mariadb] steps: diff --git a/version.php b/version.php index aa074ba..9e08910 100755 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ $plugin->component = 'qtype_gapfill'; $plugin->version = 2022092800; -$plugin->requires = 2022040100; // Moodle 4.0 +$plugin->requires = 2022040100; // Moodle 4.0. $plugin->release = '2.135'; $plugin->maturity = MATURITY_STABLE;