We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998d89e commit 825f4b6Copy full SHA for 825f4b6
.travis.yml
@@ -16,6 +16,10 @@ matrix:
16
# Test minimum supported dependencies with the latest and oldest PHP version
17
- php: 7.1
18
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
19
+ - php: 7.2
20
+ env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
21
+ - php: 7.3
22
23
- php: 7.4
24
25
0 commit comments