Skip to content

Commit

Permalink
add job using Symfony 4.4 components
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 31, 2020
1 parent df7dacd commit 4907aa7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ cache:
branches:
only:
- master
- /^\d+\.\d+$/
- /^\d+\.(\d+|x)$/

matrix:
fast_finish: true
Expand All @@ -19,9 +19,12 @@ matrix:
# Symfony 3 LTS
- php: 7.2
env: SYMFONY_REQUIRE="3.4.*"
# Symfony 4
# Symfony 4.3
- php: 7.3
env: SYMFONY_REQUIRE="4.3.*"
# Symfony 4.4
- php: 7.4
env: SYMFONY_REQUIRE="4.4.*"
# development dependencies
- php: 7.4
env: DEPENDENCIES='dev'
Expand Down

0 comments on commit 4907aa7

Please sign in to comment.