Skip to content

Commit 693c1db

Browse files
committed
feat(Work Flows) separated symfony integrations.
1 parent bef3c39 commit 693c1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/symfony.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
symfony-versions: ['3.4', '4.4.9', '5.1', '5.2']
16+
symfony-versions: ['^3.4', '4.4.9', '5.1', '5.2']
1717
php: ['7.2', '7.3', '7.4', '8.0']
1818

1919
name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }}

0 commit comments

Comments
 (0)