File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ matrix:
22
22
- php : 7.1
23
23
env : SYMFONY_VERSION=3.3.* TEST_COVERAGE=true
24
24
- php : 7.1
25
- env : SYMFONY_VERSION=3.3.* GRAPHQLBUNDLE_VERSION=0.9.0
25
+ env : SYMFONY_VERSION=3.3.* GRAPHQLBUNDLE_VERSION=0.9.*
26
26
- php : 7.1
27
- env : SYMFONY_VERSION=3.4.* GRAPHQLBUNDLE_VERSION=0.10.0 DEPENDENCIES=dev
27
+ env : SYMFONY_VERSION=3.4.* GRAPHQLBUNDLE_VERSION=0.10.* DEPENDENCIES=dev
28
28
- php : 7.1
29
29
env : SYMFONY_VERSION=3.4.* DEPENDENCIES=dev
30
30
- php : 7.1
@@ -46,7 +46,7 @@ before_install:
46
46
- if [ ${TEST_COVERAGE} != true ]; then phpenv config-rm xdebug.ini || true; fi;
47
47
- composer selfupdate
48
48
- if [ $SYMFONY_VERSION ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --dev --no-update; fi;
49
- - if [ $GRAPHQLPHP_VERSION ]; then composer require "overblog/graphql-bundle:${GRAPHQLBUNDLE_VERSION}" --dev --no-update; fi;
49
+ - if [ $GRAPHQLBUNDLE_VERSION ]; then composer require "overblog/graphql-bundle:${GRAPHQLBUNDLE_VERSION}" --dev --no-update; fi;
50
50
51
51
install : composer update --prefer-source --no-interaction --optimize-autoloader ${COMPOSER_UPDATE_FLAGS}
52
52
You can’t perform that action at this time.
0 commit comments