From 4a7cb667c92935ae244f56f1e0ce5e2cfc3730af Mon Sep 17 00:00:00 2001 From: Charles Fulton Date: Thu, 5 Dec 2024 13:06:29 -0500 Subject: [PATCH] MDL-83470 revise constraints for Moodle 5.0 --- .github/workflows/moodle-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 5c0a5ae..d1447a1 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -17,7 +17,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust' @@ -56,6 +56,8 @@ jobs: - {moodle-branch: 'MOODLE_405_STABLE', php: '8.0', database: 'mariadb'} - {moodle-branch: 'main', php: '8.0', database: 'pgsql'} - {moodle-branch: 'main', php: '8.0', database: 'mariadb'} + - {moodle-branch: 'main', php: '8.1', database: 'pgsql'} + - {moodle-branch: 'main', php: '8.1', database: 'mariadb'} steps: - name: Check out repository code