Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1b256 commit aebb733Copy full SHA for aebb733
1 file changed
.github/workflows/application.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
matrix:
27
php: [7.3, 7.4]
28
- symfony: [4.4.*]
+ symfony: [^4.4]
29
30
steps:
31
-
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
mysql: [5.7]
106
107
env:
@@ -225,7 +225,7 @@ jobs:
225
226
227
228
229
node: [10.x]
230
231
0 commit comments