Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 18, 2020
1 parent 12c3f8d commit 7d6a282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ matrix:
# next-to-latest version currently available of eZPlatform 2
# sensio/generator-bundle is only needed because we run the tests using 'behat' sf env
- php: 7.2
env: EZ_PACKAGES='ezsystems/ezplatform:~2.4.2 ezsystems/ezplatform-xmltext-fieldtype:^1.9 ezsystems/behatbundle:^6.5 netgen/tagsbundle:^3.4 sensio/generator-bundle' EZ_VERSION=ezplatform2 KERNEL_CLASS=AppKernel KERNEL_DIR=vendor/ezsystems/ezplatform/app CODE_COVERAGE=0 INSTALL_TAGSBUNDLE=1
env: EZ_PACKAGES='ezsystems/ezplatform:~2.4.2 ezsystems/ezplatform-xmltext-fieldtype:^1.8 ezsystems/behatbundle:^6.5 netgen/tagsbundle:^3.4 sensio/generator-bundle' EZ_VERSION=ezplatform2 KERNEL_CLASS=AppKernel KERNEL_DIR=vendor/ezsystems/ezplatform/app CODE_COVERAGE=0 INSTALL_TAGSBUNDLE=1
# latest version currently available of eZPlatform 2 - currently 2.5, which is also LTS
- php: 7.3
env: EZ_PACKAGES='ezsystems/ezplatform:^2.5.9 ezsystems/ezplatform-xmltext-fieldtype:^1.9 ezsystems/behatbundle:^6.5 netgen/tagsbundle:^3.4 sensio/generator-bundle overblog/graphiql-bundle' EZ_VERSION=ezplatform2 KERNEL_CLASS=AppKernel KERNEL_DIR=vendor/ezsystems/ezplatform/app CODE_COVERAGE=0 INSTALL_TAGSBUNDLE=1
Expand Down

0 comments on commit 7d6a282

Please sign in to comment.