Browse Source

Update CI platforms: drop PHPv7.2 add PHPv8.1 (#122)

pull/124/head
Martin Monperrus 2 years ago
committed by GitHub
parent
commit
cfd09b3ef4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -6,10 +6,10 @@ services:
# doc at https://docs.travis-ci.com/user/languages/php/
php:
- '7.2' # release 30 November 2017
- '7.3' # release 6 December 2018
- '7.4' # release 28 November 2019
- '8.0'
- '8.1'
script:
- curl -L -o reflectivedoc.php https://www.monperrus.net/martin/reflectivedoc.php.txt

Loading…
Cancel
Save