diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index fd8bcff..d53e00f 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -20,19 +20,19 @@ jobs: fail-fast: false matrix: include: - - php: 7.0 - moodle-branch: MOODLE_35_STABLE + - php: 7.4 + moodle-branch: MOODLE_38_STABLE database: mariadb - plugin-ci: ^3 + plugin-ci: ^4 - - php: 8.0 - moodle-branch: MOODLE_403_STABLE + - php: 8.1 + moodle-branch: MOODLE_404_STABLE database: mariadb plugin-ci: ^4 steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: plugin