Skip to content

Commit

Permalink
Adjust the Travis tests to current php and moodle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 12, 2024
1 parent 995a05d commit 529019f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
- stage: Integration tests
if: env(MOODLE_BRANCH) IS present
# Only main with highest supported PHP version.
- php: 8.2
- php: 8.3
env: MOODLE_BRANCH=main
# Last stable with highest supported PHP version.
- php: 8.2
env: MOODLE_BRANCH=MOODLE_402_STABLE
env: MOODLE_BRANCH=MOODLE_403_STABLE
# And older stable supported (with lowest supported PHP version).
- php: 7.4
env: MOODLE_BRANCH=MOODLE_39_STABLE

0 comments on commit 529019f

Please sign in to comment.