Skip to content

Commit

Permalink
Symfony 4.4 and 5.3 added to Travis CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiGAndromeda committed Sep 29, 2021
1 parent 2df8f5b commit 3f92eb0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ after_success:

jobs:
include:
- php: 8.0
- php: 8.0
env: SYMFONY_REQUIRE="4.4.*"
install:
- travis_retry composer update -n --prefer-dist
- php: 8.0
env: SYMFONY_REQUIRE="5.3.*"
install:
- travis_retry composer update -n --prefer-dist

0 comments on commit 3f92eb0

Please sign in to comment.