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 3, 2024
1 parent a2e54bf commit 7629efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 Down Expand Up @@ -50,6 +50,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
Expand Down

0 comments on commit 7629efa

Please sign in to comment.