Skip to content

Commit

Permalink
travis: test on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 20, 2020
1 parent 1d1a744 commit 6d6ac56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ language: php

php:
- 7.3
- 7.4

before_script:
- phpenv config-rm xdebug.ini
- echo | pecl install channel://pecl.php.net/yaml-2.1.0
- git clone https://github.com/pmmp/pthreads.git
- cd pthreads
- git checkout 0e2d93d166afafa100db39c69f8a919fa1b1134d
- git checkout e0f514dfde01c5e7e9cf94c43615918af482a45c
- phpize
- ./configure
- make
Expand Down

0 comments on commit 6d6ac56

Please sign in to comment.