Skip to content

Commit

Permalink
Test against Symfony 4.3 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed May 9, 2019
1 parent 5cb0c88 commit b2f8746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -53,6 +53,13 @@ jobs:
- composer require --dev "symfony/messenger:4.2.*" --no-update
- travis_retry composer update -n --prefer-dist

# Test against latest Symfony 4.3 beta
- php: 7.3
env: SYMFONY_VERSION="4.3.*@beta"
install:
- composer require --dev "symfony/messenger:4.3.*@beta" --no-update
- travis_retry composer update -n --prefer-dist

# Test dev versions
- php: 7.3
if: type = cron
Expand Down

0 comments on commit b2f8746

Please sign in to comment.