diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index c020ab22d4..60efa86508 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -8,8 +8,8 @@ jobs: strategy: matrix: - php: ['8.1'] - moodle-branch: ['MOODLE_402_STABLE'] + php: ['8.2'] + moodle-branch: ['MOODLE_403_STABLE'] database: ['pgsql'] steps: @@ -110,27 +110,21 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.0', '8.1'] - moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE'] + php: [8.1'] + moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE'] database: ['mariadb', 'pgsql'] include: - - php: '7.4' - moodle-branch: 'MOODLE_39_STABLE' + - php: '8.2' + moodle-branch: 'MOODLE_402_STABLE' database: 'mariadb' - - php: '7.4' - moodle-branch: 'MOODLE_39_STABLE' + - php: '8.2' + moodle-branch: 'MOODLE_402_STABLE' database: 'pgsql' - - php: '8.0' - moodle-branch: 'MOODLE_311_STABLE' + - php: '8.2' + moodle-branch: 'MOODLE_403_STABLE' database: 'mariadb' - - php: '8.0' - moodle-branch: 'MOODLE_311_STABLE' - database: 'pgsql' - - php: '8.0' - moodle-branch: 'MOODLE_400_STABLE' - database: 'mariadb' - - php: '8.0' - moodle-branch: 'MOODLE_400_STABLE' + - php: '8.2' + moodle-branch: 'MOODLE_403_STABLE' database: 'pgsql' steps: @@ -193,4 +187,4 @@ jobs: - name: Behat features if: ${{ always() }} - run: moodle-plugin-ci behat --auto-rerun 0 + run: moodle-plugin-ci behat --auto-rerun 0 \ No newline at end of file