From df6e8f98bdb0feb3d8e8fc02e8c1205d9b1133bb Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 31 Jul 2023 16:44:42 +0200 Subject: [PATCH] Bump 402 and master tests from php81 to php82 With the PHP 8.2 epic (https://tracker.moodle.org/browse/MDL-76405) near being completed, it's time to verify and continuously test that everything is passing with that PHP version. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e23f827..04cd08e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,15 +29,16 @@ jobs: matrix: include: # Highest php versions supported by each branch (with master always being tested twice). - - php: 8.1 + - php: 8.2 moodle-branch: master database: pgsql - - php: 8.1 + - php: 8.2 moodle-branch: master database: mariadb - - php: 8.1 + - php: 8.2 moodle-branch: MOODLE_402_STABLE database: pgsql + - php: 8.1 moodle-branch: MOODLE_401_STABLE database: pgsql