From c52e029c2488b0b8eba6de918965dda5b4310d81 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sat, 23 Apr 2022 17:47:59 +0200 Subject: [PATCH] Update workflow for Moodle 4.0 --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2de69..6dffb8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: test: - name: With Moodle 3.11 + name: With Moodle 3.11 and Moodle 4.0 runs-on: ubuntu-latest services: @@ -31,8 +31,10 @@ jobs: env: MYSQL_USER: 'root' MYSQL_ALLOW_EMPTY_PASSWORD: "true" + MYSQL_CHARACTER_SET_SERVER: "utf8mb4" + MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci" ports: - - 3306:3306 + - 3306:3306 options: >- --health-cmd="mysqladmin ping" --health-interval 10s @@ -48,6 +50,7 @@ jobs: - '8.0' moodle-branch: - 'MOODLE_311_STABLE' + - 'MOODLE_400_STABLE' database: - 'pgsql' - 'mariadb'