File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
99The 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.
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments