Skip to content

Commit 42bdfed

Browse files
committed
minor #2064 add job using Symfony 4.4 components (xabbuh)
This PR was merged into the 2.x branch. Discussion ---------- add job using Symfony 4.4 components Commits ------- 4907aa7 add job using Symfony 4.4 components
2 parents df7dacd + 4907aa7 commit 42bdfed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
branches:
99
only:
1010
- master
11-
- /^\d+\.\d+$/
11+
- /^\d+\.(\d+|x)$/
1212

1313
matrix:
1414
fast_finish: true
@@ -19,9 +19,12 @@ matrix:
1919
# Symfony 3 LTS
2020
- php: 7.2
2121
env: SYMFONY_REQUIRE="3.4.*"
22-
# Symfony 4
22+
# Symfony 4.3
2323
- php: 7.3
2424
env: SYMFONY_REQUIRE="4.3.*"
25+
# Symfony 4.4
26+
- php: 7.4
27+
env: SYMFONY_REQUIRE="4.4.*"
2528
# development dependencies
2629
- php: 7.4
2730
env: DEPENDENCIES='dev'

0 commit comments

Comments
 (0)