Skip to content

Commit 783ec09

Browse files
authored
Merge pull request #300 from stronk7/ad404
Add MOODLE_404_STABLE to GHA/Travis tests
2 parents 3ffc960 + bce47ed commit 783ec09

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
include:
7878
- php: '8.3'
7979
moodle-branch: 'main'
80+
- php: '8.3'
81+
moodle-branch: 'MOODLE_404_STABLE'
8082
- php: '8.2'
8183
moodle-branch: 'MOODLE_403_STABLE'
8284
- php: '8.2'
@@ -194,6 +196,8 @@ jobs:
194196
# Each supported PHP version once. That's enough.
195197
- php: '8.3'
196198
moodle-branch: 'main'
199+
- php: '8.3'
200+
moodle-branch: 'MOODLE_404_STABLE'
197201
- php: '8.2'
198202
moodle-branch: 'MOODLE_403_STABLE'
199203
- php: '8.1'

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
- php: 8.3
9494
env: MOODLE_BRANCH=main
9595
# Last stable with highest supported PHP version.
96-
- php: 8.2
97-
env: MOODLE_BRANCH=MOODLE_403_STABLE
96+
- php: 8.3
97+
env: MOODLE_BRANCH=MOODLE_404_STABLE
9898
# And older stable supported (with lowest supported PHP version).
9999
- php: 7.4
100100
env: MOODLE_BRANCH=MOODLE_39_STABLE

0 commit comments

Comments
 (0)