Skip to content

Commit cc17f42

Browse files
committed
minor #3108 [CI] Remove duplicated matrix entry for Symfony version in unit-tests.yaml (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [CI] Remove duplicated matrix entry for Symfony version in unit-tests.yaml | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 9c96e1b [CI] Remove duplicated matrix entry for Symfony version in unit-tests.yaml
2 parents 5966758 + 9c96e1b commit cc17f42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
symfony-version: '6.4.*'
4848
os: 'windows-latest'
4949
# Explicit Symfony versions
50-
- php-version: '8.1'
51-
symfony-version: '6.4.*'
5250
- php-version: '8.2'
5351
symfony-version: '7.4.x-dev' # TODO: change to '7.4' when Symfony 7.4 is released
5452
- php-version: '8.5'

0 commit comments

Comments
 (0)