Martin Monperrus
2 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
3 deletions
-
.travis.yml
|
|
@ -6,10 +6,9 @@ services: |
|
|
|
|
|
|
|
# doc at https://docs.travis-ci.com/user/languages/php/ |
|
|
|
php: |
|
|
|
- '7.3' # release 6 December 2018 |
|
|
|
- '7.4' # release 28 November 2019 |
|
|
|
- '8.0' |
|
|
|
- '8.1' |
|
|
|
- '8.0' # release Nov 2020 |
|
|
|
- '8.1' # release Nov 2021 |
|
|
|
|
|
|
|
script: |
|
|
|
- curl -L -o reflectivedoc.php https://www.monperrus.net/martin/reflectivedoc.php.txt |
|
|
|