From 5057179913e5fc3a4fc1cdfe5e70408422bce3d9 Mon Sep 17 00:00:00 2001 From: Renaat Debleu Date: Sun, 10 Mar 2024 16:02:47 +0000 Subject: [PATCH] version update --- .github/workflows/cron.yml | 8 ++++---- .github/workflows/main.yml | 6 +++--- version.php | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index a2b5b8f..987411c 100755 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -12,13 +12,13 @@ jobs: strategy: fail-fast: false matrix: - moodle-branch: ['MOODLE_403_STABLE'] - php: ['8.2'] - database: ['mysqli'] + moodle-branch: [main] + php: [8.2] + database: [mysqli] steps: - name: checkout plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: this-plugin diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77132c8..1962a9b 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,16 +31,16 @@ jobs: fail-fast: false matrix: php: ['8.1'] - moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE'] + moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main'] database: ['mariadb', 'pgsql'] include: - php: '8.2' - moodle-branch: 'MOODLE_403_STABLE' + moodle-branch: 'main' database: 'pgsql' steps: - name: checkout plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: this-plugin diff --git a/version.php b/version.php index e1cc569..f84f258 100755 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->requires = 2022112800; +$plugin->requires = 2023042400; $plugin->component = 'report_payments'; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [401, 403]; -$plugin->release = 'v4.1.1'; -$plugin->version = 2023112300; +$plugin->supported = [402, 403]; +$plugin->release = 'v4.2.1'; +$plugin->version = 2024031000;