Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
unixslayer committed May 11, 2021
1 parent a4d5c95 commit b5f5182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- composer require --dev symfony/messenger --no-update
- travis_retry composer update -n --prefer-dist

# Test against latest Symfony 5.0
# Test against latest Symfony 5.2
- php: 7.4
env: SYMFONY_REQUIRE="5.0.*"
env: SYMFONY_REQUIRE="5.2.*"
install:
- composer require --dev symfony/messenger --no-update
- travis_retry composer update -n --prefer-dist
Expand Down

0 comments on commit b5f5182

Please sign in to comment.