Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 5c0509d

Browse files
committed
- added 7.4 tests
1 parent 7014238 commit 5c0509d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,32 @@ after_success:
4040
jobs:
4141
include:
4242
- stage: Test
43-
env: "PHP=7.1"
43+
env: "PHP=7.2"
4444
before_install:
4545
- cd tests
4646
- docker-compose up -d
4747
- cd ..
4848
- sudo add-apt-repository -y ppa:ondrej/php
4949
- sudo apt-get update
50-
- sudo apt-get install -y php7.1-cli php7.1-mbstring php7.1-xml php7.1-xdebug
51-
- sudo cp `which php7.1` `which php`
50+
- sudo apt-get install -y php7.2-cli php7.2-mbstring php7.2-xml php7.2-xdebug
51+
- sudo cp `which php7.2` `which php`
5252
- stage: Test
53-
env: "PHP=7.2"
53+
env: "PHP=7.3"
5454
before_install:
5555
- cd tests
5656
- docker-compose up -d
5757
- cd ..
5858
- sudo add-apt-repository -y ppa:ondrej/php
5959
- sudo apt-get update
60-
- sudo apt-get install -y php7.2-cli php7.2-mbstring php7.2-xml php7.2-xdebug
61-
- sudo cp `which php7.2` `which php`
60+
- sudo apt-get install -y php7.3-cli php7.3-mbstring php7.3-xml php7.3-xdebug
61+
- sudo cp `which php7.3` `which php`
6262
- stage: Test
63-
env: "PHP=7.3"
63+
env: "PHP=7.4"
6464
before_install:
6565
- cd tests
6666
- docker-compose up -d
6767
- cd ..
6868
- sudo add-apt-repository -y ppa:ondrej/php
6969
- sudo apt-get update
70-
- sudo apt-get install -y php7.3-cli php7.3-mbstring php7.3-xml php7.3-xdebug
71-
- sudo cp `which php7.3` `which php`
70+
- sudo apt-get install -y php7.4-cli php7.4-mbstring php7.4-xml php7.4-xdebug
71+
- sudo cp `which php7.4` `which php`

0 commit comments

Comments
 (0)