Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CI testing on Travis #240

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,12 @@ jobs:

- stage: Integration tests
if: env(MOODLE_BRANCH) IS present
# Only master with highest supported PHP version.
- php: 8.2
env: MOODLE_BRANCH=master
# Last stable with highest supported PHP version.
- php: 8.2
env: MOODLE_BRANCH=MOODLE_402_STABLE
- php: 8.1
env: MOODLE_BRANCH=MOODLE_401_STABLE
- php: 8.0
env: MOODLE_BRANCH=MOODLE_400_STABLE
- php: 8.0
env: MOODLE_BRANCH=MOODLE_311_STABLE
- php: 7.4
env: MOODLE_BRANCH=MOODLE_310_STABLE
- php: 7.4
env: MOODLE_BRANCH=MOODLE_39_STABLE
# And oldest stable supported (with lowest supported PHP version).
- php: 7.4
env: MOODLE_BRANCH=MOODLE_38_STABLE