From 8ebb941dbfd365ce428fce573dee5fc19bcbc894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Sat, 12 Oct 2024 17:21:41 +0200 Subject: [PATCH] Add master to the test matrix We want to know when the plugin stops working because of changes in master. --- .github/workflows/moodle-plugin-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index 6193cde..85e64c2 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -43,6 +43,7 @@ jobs: - 'MOODLE_403_STABLE' - 'MOODLE_404_STABLE' - 'MOODLE_405_STABLE' + - 'master' php: - '8.0' - '8.1'