Skip to content

Commit ad22681

Browse files
committed
Merge branch 'WP-5102' into 'MOODLE_400_STABLE'
WP-5102 include Moodle 4.5 in automated version test matrices. See merge request workplace/moodle-mod_coursecertificate!205
2 parents fbdfbfd + 66146f9 commit ad22681

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
moodle-branch: 'MOODLE_404_STABLE'
6262
database: pgsql
6363
extensions: xmlrpc-beta
64+
- php: '8.3'
65+
moodle-branch: 'MOODLE_405_STABLE'
66+
database: pgsql
67+
extensions: xmlrpc-beta
6468

6569
steps:
6670
- name: Check out repository code

.gitlab-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ variables:
2222
MOODLE_BRANCH_LMS402: MOODLE_402_STABLE
2323
MOODLE_BRANCH_LMS403: MOODLE_403_STABLE
2424
MOODLE_BRANCH_LMS404: MOODLE_404_STABLE
25+
MOODLE_BRANCH_LMS405: MOODLE_405_STABLE
2526
MOODLE_BEHAT_WDHOST: "http://selenium-standalone-chrome:4444/wd/hub"
2627
POSTGRES_USER: postgres
2728
POSTGRES_PASSWORD: ""
@@ -241,3 +242,13 @@ lms404:
241242
except:
242243
- master
243244
- tags
245+
246+
lms405:
247+
image: moodlehq/moodle-workplace-plugin-ci:8.1
248+
before_script:
249+
- export MOODLE_REPO=$MOODLE_REPO_LMS
250+
- export MOODLE_BRANCH=$MOODLE_BRANCH_LMS405
251+
<<: *scriptshorttest
252+
except:
253+
- master
254+
- tags

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
### Added
5+
- Compatibility with Moodle 4.5; Updates to version testing matrices
6+
37
## 4.4.3 - 2024-09-03
48
### Changed
59
- Only changes to automatic testing scripts

0 commit comments

Comments
 (0)