From f905d7fa07081c5ebc29ba7c135a0fcb89fefc97 Mon Sep 17 00:00:00 2001 From: isuru Date: Sat, 24 Aug 2024 07:59:17 +0530 Subject: [PATCH] chore(): fix moodle ci --- .github/workflows/moodle-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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