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 a44d2af commit a4c7a44Copy full SHA for a4c7a44
.travis.yml
@@ -26,15 +26,15 @@ matrix:
26
env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
27
28
# Test LTS versions
29
- - name: "Symfony 3 components only"
+ - name: "PHP 7.2 with Symfony 3 components"
30
php: 7.2
31
env: DEPENDENCIES="dunglas/symfony-lock:^3"
32
- - name: "Symfony 4 components only"
+ - name: "PHP 7.2 with Symfony 4 components"
33
34
env: DEPENDENCIES="dunglas/symfony-lock:^4"
35
36
# Latest commit to master
37
- - name: "Unstable dependencies"
+ - name: "PHP 7.2 with Unstable dependencies"
38
39
env: STABILITY="dev"
40
0 commit comments