Skip to content

Commit

Permalink
Merge pull request #325 from kabalin/45
Browse files Browse the repository at this point in the history
Add MOODLE_405_STABLE to GHA/Travis tests
  • Loading branch information
junpataleta authored Oct 12, 2024
2 parents f722b93 + badc222 commit 367c973
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 367c973

Please sign in to comment.