Skip to content

Commit

Permalink
MDL-83470 revise constraints for Moodle 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Dec 5, 2024
1 parent e402004 commit f03a17c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -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
Expand Down

0 comments on commit f03a17c

Please sign in to comment.