From 3a4c4eb471eb038d216d2bbe23d6166b6d13ab91 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 16 Nov 2023 16:49:06 +0000 Subject: [PATCH] Update Moodle plugin CI config --- .github/workflows/moodle-plugin-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index ae586cfd..35748095 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -39,6 +39,7 @@ jobs: - {php: '7.3', moodle-branch: MOODLE_400_STABLE, database: pgsql} - {php: '7.4', moodle-branch: MOODLE_401_STABLE, database: mariadb} - {php: '8.1', moodle-branch: MOODLE_402_STABLE, database: pgsql} + - {php: '8.2', moodle-branch: MOODLE_403_STABLE, database: mariadb} - {php: '8.0', moodle-branch: master, database: pgsql} steps: @@ -87,6 +88,7 @@ jobs: run: moodle-plugin-ci codechecker --max-warnings 0 - name: Moodle PHPDoc Checker + continue-on-error: true # This step will show errors but will not fail if: ${{ always() }} run: moodle-plugin-ci phpdoc