Skip to content

Commit

Permalink
Add MOODLE_404_STABLE to GHA/Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 authored and mchurchward committed May 30, 2024
1 parent 0adf616 commit 13a22f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
include:
- php: '8.3'
moodle-branch: 'main'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
- php: '8.2'
Expand Down Expand Up @@ -194,6 +196,8 @@ jobs:
# Each supported PHP version once. That's enough.
- php: '8.3'
moodle-branch: 'main'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
- php: '8.1'
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- php: 8.3
env: MOODLE_BRANCH=main
# Last stable with highest supported PHP version.
- php: 8.2
env: MOODLE_BRANCH=MOODLE_403_STABLE
- php: 8.3
env: MOODLE_BRANCH=MOODLE_404_STABLE
# And older stable supported (with lowest supported PHP version).
- php: 7.4
env: MOODLE_BRANCH=MOODLE_39_STABLE

0 comments on commit 13a22f3

Please sign in to comment.