Skip to content

Commit 229b485

Browse files
committed
Add MOODLE_500_STABLE to GHA/Travis tests
1 parent ab00978 commit 229b485

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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_500_STABLE'
83+
moodle-app: 'true'
8184
- php: '8.3'
8285
moodle-branch: 'MOODLE_405_STABLE'
8386
moodle-app: 'true'
@@ -205,6 +208,9 @@ jobs:
205208
- php: '8.4'
206209
moodle-branch: 'main'
207210
moodle-app: 'true'
211+
- php: '8.4'
212+
moodle-branch: 'MOODLE_500_STABLE'
213+
moodle-app: 'true'
208214
- php: '8.3'
209215
moodle-branch: 'MOODLE_405_STABLE'
210216
moodle-app: 'true'

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
- MOODLE_BRANCH=main
9696
- MOODLE_APP=true
9797
# Last stable with highest supported PHP version.
98-
- php: 8.3
98+
- php: 8.4
9999
env:
100-
- MOODLE_BRANCH=MOODLE_405_STABLE
100+
- MOODLE_BRANCH=MOODLE_500_STABLE
101101
- MOODLE_APP=true
102102
# And older stable supported (with lowest supported PHP version).
103103
- php: 7.4

0 commit comments

Comments
 (0)