Skip to content

Commit 6951512

Browse files
authored
Merge pull request #375 from kabalin/501
Add MOODLE_501_STABLE and use postgres 16.
2 parents 9df7815 + 92b9fa3 commit 6951512

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
services:
6464
postgres:
65-
image: postgres:15
65+
image: postgres:16
6666
env:
6767
POSTGRES_USER: 'postgres'
6868
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -78,6 +78,9 @@ jobs:
7878
- php: '8.4'
7979
moodle-branch: 'main'
8080
moodle-app: 'true'
81+
- php: '8.4'
82+
moodle-branch: 'MOODLE_501_STABLE'
83+
moodle-app: 'true'
8184
- php: '8.4'
8285
moodle-branch: 'MOODLE_500_STABLE'
8386
moodle-app: 'true'
@@ -191,7 +194,7 @@ jobs:
191194

192195
services:
193196
postgres:
194-
image: postgres:15
197+
image: postgres:16
195198
env:
196199
POSTGRES_USER: 'postgres'
197200
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -208,6 +211,9 @@ jobs:
208211
- php: '8.4'
209212
moodle-branch: 'main'
210213
moodle-app: 'true'
214+
- php: '8.4'
215+
moodle-branch: 'MOODLE_501_STABLE'
216+
moodle-app: 'true'
211217
- php: '8.4'
212218
moodle-branch: 'MOODLE_500_STABLE'
213219
moodle-app: 'true'

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
1010

1111
## [Unreleased]
12+
### Changed
13+
- Updated project dependencies to current PHP and Moodle versions
14+
- ACTION SUGGESTED: bump workflows to postgres 16, which is a requirement for Moodle 5.2
15+
1216
## [4.5.9] - 2025-10-10
1317
### Changed
1418
- Updated project dependencies to current [moodle-cs v3.6.0](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.1.3](https://github.com/moodlehq/moodle-local_ci) releases.

0 commit comments

Comments
 (0)