Skip to content

Commit

Permalink
Add MOODLE_405_STABLE to GHA/Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Oct 11, 2024
1 parent f722b93 commit badc222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- php: '8.3'
moodle-branch: 'main'
moodle-app: 'true'
- php: '8.3'
moodle-branch: 'MOODLE_405_STABLE'
moodle-app: 'true'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
moodle-app: 'true'
Expand Down Expand Up @@ -202,6 +205,9 @@ jobs:
- php: '8.3'
moodle-branch: 'main'
moodle-app: 'true'
- php: '8.3'
moodle-branch: 'MOODLE_405_STABLE'
moodle-app: 'true'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
moodle-app: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# Last stable with highest supported PHP version.
- php: 8.3
env:
- MOODLE_BRANCH=MOODLE_404_STABLE
- MOODLE_BRANCH=MOODLE_405_STABLE
- MOODLE_APP=true
# And older stable supported (with lowest supported PHP version).
- php: 7.4
Expand Down

0 comments on commit badc222

Please sign in to comment.