diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index b5a368c..29059c2 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' @@ -39,6 +39,9 @@ jobs: php: ['8.1', '8.2', '8.3'] moodle-branch: ['MOODLE_405_STABLE', 'main'] database: [pgsql, mariadb] + exclude: + - {moodle-branch: 'main', php: '8.1', database: 'pgsql'} + - {moodle-branch: 'main', php: '8.1', database: 'mariadb'} steps: - name: Check out repository code