Browse Source

Use release PHP 7.4 in tests (#17709)

tags/2.0.31
Alexander Makarov 5 years ago committed by GitHub
parent
commit
47ca44940a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -52,9 +52,9 @@ addons:
matrix:
fast_finish: true
include:
- php: "7.4snapshot"
- php: "7.4"
env: PHPUNIT_EXCLUDE_GROUP=oci,wincache,xcache,zenddata,cubrid
- php: "7.3"
env: PHPUNIT_EXCLUDE_GROUP=oci,wincache,xcache,zenddata,cubrid

Loading…
Cancel
Save