Skip to content

Commit

Permalink
Add 4.5 to matrix and bump postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
aspark21 authored Dec 1, 2024
1 parent debf047 commit 25d8641
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 @@ -8,7 +8,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand Down Expand Up @@ -37,6 +37,9 @@ jobs:
- php: '8.2'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_405_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariadb'
Expand Down

0 comments on commit 25d8641

Please sign in to comment.