diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cc02ffab..e98795fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,4 +63,11 @@ jobs: - sudo add-apt-repository -y ppa:ondrej/php - sudo apt-get update - sudo apt-get install -y php7.3-cli php7.3-curl - - sudo cp `which php7.3` `which php`
\ No newline at end of file + - sudo cp `which php7.3` `which php` + - stage: Test + env: "PHP=7.4" + before_install: + - sudo add-apt-repository -y ppa:ondrej/php + - sudo apt-get update + - sudo apt-get install -y php7.4-cli php7.4-curl + - sudo cp `which php7.4` `which php`
\ No newline at end of file |