Browse Source
add php 7.4 to travis
nwp90-nwp90-allsessionsreport
Dan Marsden
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.travis.yml
|
@ -21,6 +21,7 @@ cache: |
|
|
|
|
|
|
|
|
php: |
|
|
php: |
|
|
- 7.2 |
|
|
- 7.2 |
|
|
|
|
|
- 7.4 |
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
global: |
|
|
global: |
|
@ -53,4 +54,4 @@ script: |
|
|
- moodle-plugin-ci grunt |
|
|
- moodle-plugin-ci grunt |
|
|
- moodle-plugin-ci phpdoc |
|
|
- moodle-plugin-ci phpdoc |
|
|
- moodle-plugin-ci phpunit |
|
|
- moodle-plugin-ci phpunit |
|
|
- moodle-plugin-ci behat |
|
|
- moodle-plugin-ci behat |
|
|