From afc9c70a872c2b43d5cce675324f466c78e52e1d Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 3 Feb 2024 19:03:02 +0100 Subject: [PATCH] Switch "main" to PHP 8.3 and fill the gaps We need to ensure that moodle-plugin-ci works ok with PHP 8.3 as far as Moodle 4.4dev is adding support for it. --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695dc791..adece3a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: include: - - php: '8.2' + - php: '8.3' moodle-branch: 'main' - php: '8.2' moodle-branch: 'MOODLE_403_STABLE' @@ -192,10 +192,12 @@ jobs: matrix: include: # Each supported PHP version once. That's enough. - - php: '8.2' + - php: '8.3' moodle-branch: 'main' - - php: '8.1' + - php: '8.2' moodle-branch: 'MOODLE_403_STABLE' + - php: '8.1' + moodle-branch: 'MOODLE_402_STABLE' - php: '8.0' moodle-branch: 'MOODLE_401_STABLE' - php: '7.4'