From 1a2947e9b3a1d79c4f8c9e13a4af7deafc37de12 Mon Sep 17 00:00:00 2001 From: Karen Holland Date: Sun, 20 Oct 2024 17:19:29 +0000 Subject: [PATCH] TW20982823 updating CI --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b82ede5..3a6e9c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,19 +8,19 @@ jobs: fail-fast: false matrix: include: - - php: '8.1' - moodle-branch: 'MOODLE_402_STABLE' + - php: '8.3' + moodle-branch: 'MOODLE_405_STABLE' database: 'pgsql' - - php: '8.0' - moodle-branch: 'MOODLE_401_STABLE' + - php: '8.2' + moodle-branch: 'MOODLE_404_STABLE' database: 'mariadb' - - php: '7.4' - moodle-branch: 'MOODLE_400_STABLE' + - php: '8.1' + moodle-branch: 'MOODLE_404_STABLE' database: 'pgsql' services: postgres: - image: postgres + image: postgres:13 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust' @@ -33,7 +33,7 @@ jobs: - 5432:5432 mariadb: - image: mariadb:10.5 + image: mariadb:10 env: MYSQL_USER: 'root' MYSQL_ALLOW_EMPTY_PASSWORD: "true"