File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 61
61
moodle-branch : ' MOODLE_404_STABLE'
62
62
database : pgsql
63
63
extensions : xmlrpc-beta
64
+ - php : ' 8.3'
65
+ moodle-branch : ' MOODLE_405_STABLE'
66
+ database : pgsql
67
+ extensions : xmlrpc-beta
64
68
65
69
steps :
66
70
- name : Check out repository code
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ variables:
22
22
MOODLE_BRANCH_LMS402 : MOODLE_402_STABLE
23
23
MOODLE_BRANCH_LMS403 : MOODLE_403_STABLE
24
24
MOODLE_BRANCH_LMS404 : MOODLE_404_STABLE
25
+ MOODLE_BRANCH_LMS405 : MOODLE_405_STABLE
25
26
MOODLE_BEHAT_WDHOST : " http://selenium-standalone-chrome:4444/wd/hub"
26
27
POSTGRES_USER : postgres
27
28
POSTGRES_PASSWORD : " "
@@ -241,3 +242,13 @@ lms404:
241
242
except :
242
243
- master
243
244
- 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
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+ ### Added
5
+ - Compatibility with Moodle 4.5; Updates to version testing matrices
6
+
3
7
## 4.4.3 - 2024-09-03
4
8
### Changed
5
9
- Only changes to automatic testing scripts
You can’t perform that action at this time.
0 commit comments