Skip to content

Commit

Permalink
Update build matrix (PHP 7.2 not supported by M3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagefoerde committed Aug 15, 2018
1 parent 576c108 commit e2b76eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ matrix:
# env: DB=pgsql MOODLE_BRANCH=master
# - php: 5.6
# env: DB=mysqli MOODLE_BRANCH=master
# - php: 5.6
# env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
# - php: 5.6
# env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- php: 7.2
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
fast_finish: true

env:
Expand Down

0 comments on commit e2b76eb

Please sign in to comment.