Skip to content

Commit 367c973

Browse files
authored
Merge pull request #325 from kabalin/45
Add MOODLE_405_STABLE to GHA/Travis tests
2 parents f722b93 + badc222 commit 367c973

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.3'
7979
moodle-branch: 'main'
8080
moodle-app: 'true'
81+
- php: '8.3'
82+
moodle-branch: 'MOODLE_405_STABLE'
83+
moodle-app: 'true'
8184
- php: '8.3'
8285
moodle-branch: 'MOODLE_404_STABLE'
8386
moodle-app: 'true'
@@ -202,6 +205,9 @@ jobs:
202205
- php: '8.3'
203206
moodle-branch: 'main'
204207
moodle-app: 'true'
208+
- php: '8.3'
209+
moodle-branch: 'MOODLE_405_STABLE'
210+
moodle-app: 'true'
205211
- php: '8.3'
206212
moodle-branch: 'MOODLE_404_STABLE'
207213
moodle-app: 'true'

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Last stable with highest supported PHP version.
9898
- php: 8.3
9999
env:
100-
- MOODLE_BRANCH=MOODLE_404_STABLE
100+
- MOODLE_BRANCH=MOODLE_405_STABLE
101101
- MOODLE_APP=true
102102
# And older stable supported (with lowest supported PHP version).
103103
- php: 7.4

0 commit comments

Comments
 (0)