Browse Source

Update TravisCI config to test for PHP 7.3 and 7.4.

pull/817/head
nruest 5 years ago
parent
commit
1d8621b9c7
No known key found for this signature in database
GPG Key ID: 417FAF1A0E1080CD
  1. 4
      .travis.yml

4
.travis.yml

@ -1,8 +1,8 @@
sudo: true
language: php
php:
- 7.2
- 7.3
- 7.4
env:
- TESTSUITE=kernel
@ -11,8 +11,6 @@ env:
matrix:
fast_finish: true
allow_failures:
- php: 7.3
services:
- mysql

Loading…
Cancel
Save