Skip to content

Commit 73b61c9

Browse files
committed
Polish
1 parent 013f321 commit 73b61c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,12 @@ jobs:
240240
php-version: ${{ needs.fetch-supported-versions.outputs.php-max }}
241241
symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
242242
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
243-
# Fix - symfony/validator - Weird issues with 6.3@dev -> works correctly with 6.4 ...
244243
pkg-extra-constraints: behat/gherkin:~4.12.0
245244
- job-name: Symfony - With lowest supported PHP version
246245
# Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
247246
php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }}
248247
symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
249248
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
250-
# Fix - symfony/validator - Weird issues with 6.3@dev -> works correctly with 6.4 ...
251249
pkg-extra-constraints: behat/gherkin:~4.12.0
252250

253251
steps:

0 commit comments

Comments
 (0)