Skip to content

Commit

Permalink
Travis/Conposer config
Browse files Browse the repository at this point in the history
  • Loading branch information
manuxi committed Mar 26, 2021
1 parent b732d6a commit a65e42f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ matrix:
include:
- php: 7.2
- php: 7.3
env: deps=low
- php: 7.4
env: SYMFONY_PHPUNIT_VERSION=9.4
- php: 8.0
env: SYMFONY_PHPUNIT_VERSION=9.4

# Latest commit to master
- php: 7.4
env: STABILITY="dev"

allow_failures:
# Dev-master is allowed to fail.
- env: STABILITY="dev"
before_install:
- phpenv config-rm xdebug.ini || true
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"cocur/slugify": "^4.0",
"dantleech/phpcr-migrations-bundle": "^1.2",
"php": "^7.2",
"php": "^7.2 | ^8.0",
"sulu/sulu": "^2.2",
"symfony/config": "^4.4 | ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
Expand Down

0 comments on commit a65e42f

Please sign in to comment.