Skip to content

Commit

Permalink
Updating to Moodle 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Feb 19, 2025
1 parent 38e6fa0 commit f51f559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -31,10 +31,10 @@ jobs:
matrix:
include:
- php: '8.3'
moodle-branch: 'main'
database: 'pgsql'
moodle-branch: 'MOODLE_405_STABLE'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
moodle-branch: 'MOODLE_405_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
Expand Down

0 comments on commit f51f559

Please sign in to comment.