Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aebb733

Browse files
committed
[CI] Fix Symfony version to allow for uploading artifcats with it
1 parent 7f1b256 commit aebb733

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
php: [7.3, 7.4]
28-
symfony: [4.4.*]
28+
symfony: [^4.4]
2929

3030
steps:
3131
-
@@ -101,7 +101,7 @@ jobs:
101101
fail-fast: false
102102
matrix:
103103
php: [7.3, 7.4]
104-
symfony: [4.4.*]
104+
symfony: [^4.4]
105105
mysql: [5.7]
106106

107107
env:
@@ -225,7 +225,7 @@ jobs:
225225
fail-fast: false
226226
matrix:
227227
php: [7.3, 7.4]
228-
symfony: [4.4.*]
228+
symfony: [^4.4]
229229
node: [10.x]
230230
mysql: [5.7]
231231

0 commit comments

Comments
 (0)