Skip to content

Commit 57f2737

Browse files
committed
Define environment requirements for Moodle 5.1
1 parent b2e64bb commit 57f2737

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
services:
6464
postgres:
65-
image: postgres:14
65+
image: postgres:15
6666
env:
6767
POSTGRES_USER: 'postgres'
6868
POSTGRES_HOST_AUTH_METHOD: 'trust'

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ 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+
- Bump workflows to Postgres 15, which is a requirement for Moodle 5.1
14+
1215
## [4.5.8] - 2025-07-08
1316
### Changed
1417
- Bump default Selenium version to 4.

gha.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
postgres:
11-
image: postgres:14
11+
image: postgres:15
1212
env:
1313
POSTGRES_USER: 'postgres'
1414
POSTGRES_HOST_AUTH_METHOD: 'trust'

0 commit comments

Comments
 (0)