Skip to content

Commit

Permalink
MDL-69308 travis: Bump min PHP requirement to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 10, 2021
1 parent 632acee commit 1dbb7f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
fast_finish: true

include:
# First all the lowest php ones (7.2)
- php: 7.2
# First all the lowest php ones (7.3)
- php: 7.3
env: DB=none TASK=CITEST
- php: 7.2
- php: 7.3
env: DB=none TASK=GRUNT NVM_VERSION='lts/carbon'

- if: env(MOODLE_DATABASE) = "pgsql" OR env(MOODLE_DATABASE) = "all" OR env(MOODLE_DATABASE) IS NOT present
php: 7.2
php: 7.3
env: DB=pgsql TASK=PHPUNIT

- if: env(MOODLE_DATABASE) = "mysqli" OR env(MOODLE_DATABASE) = "all"
php: 7.2
php: 7.3
env: DB=mysqli TASK=PHPUNIT

# Then, conditionally, all the highest php ones (7.4)
Expand Down

0 comments on commit 1dbb7f3

Please sign in to comment.