Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Commit f112b84

Browse files
author
Nick
authored
Test 7.3 and 7.4 (#168)
1 parent 9aa03e5 commit f112b84

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ env:
77
matrix:
88
- PHP_VERSION=7.0 IMAGE_FLAVOUR=cli
99
- PHP_VERSION=7.0 IMAGE_FLAVOUR=fpm
10-
- PHP_VERSION=7.1 IMAGE_FLAVOUR=fpm
1110
- PHP_VERSION=7.1 IMAGE_FLAVOUR=cli
11+
- PHP_VERSION=7.1 IMAGE_FLAVOUR=fpm
1212
- PHP_VERSION=7.2 IMAGE_FLAVOUR=cli
1313
- PHP_VERSION=7.2 IMAGE_FLAVOUR=fpm
14+
- PHP_VERSION=7.3 IMAGE_FLAVOUR=cli
15+
- PHP_VERSION=7.3 IMAGE_FLAVOUR=fpm
16+
- PHP_VERSION=7.4 IMAGE_FLAVOUR=cli
17+
- PHP_VERSION=7.4 IMAGE_FLAVOUR=fpm
1418

1519
script:
16-
- bash test-runner.sh
20+
- bash test-runner.sh

0 commit comments

Comments
 (0)