From e1ac973a73c6fee01cd76e26050ff1cc2dd23934 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sun, 30 Apr 2023 22:33:57 +0200 Subject: [PATCH] Tests: Updated Moodle Plugin CI to use PHP 8.1 and Postgres 13 from Moodle 4.1 on. --- .github/workflows/moodle-plugin-ci.yml | 4 ++-- CHANGES.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index 02ea439..73b1a7e 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -8,7 +8,7 @@ jobs: services: postgres: - image: postgres:12 + image: postgres:13 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust' @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0'] + php: ['7.4', '8.0', '8.1'] moodle-branch: ['MOODLE_401_STABLE'] database: [pgsql, mariadb] diff --git a/CHANGES.md b/CHANGES.md index 5beadec..a5f6c4c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-local_resort_courses Changes ------- +### Unreleased + +* 2023-04-30 - Tests: Updated Moodle Plugin CI to use PHP 8.1 and Postgres 13 from Moodle 4.1 on. + ### v4.1-r1 * 2023-01-21 - Prepare compatibility for Moodle 4.1.