8000 minor #36686 [5.0] Use PHP 7.2 minimum in tests run with github actio… · symfony/symfony@8cf8f5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cf8f5a

Browse files
< E299 a class="prc-Link-Link-85e08" href="/nicolas-grekas" data-testid="avatar-icon-link" data-hovercard-url="/users/nicolas-grekas/hovercard">nicolas-grekasnicolas-grekas
committed
minor #36686 [5.0] Use PHP 7.2 minimum in tests run with github actions (jakzal)
This PR was merged into the 5.0 branch. Discussion ---------- [5.0] Use PHP 7.2 minimum in tests run with github actions | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Re #36647 | License | MIT | Doc PR | - Commits ------- 8b386f2 Use PHP 7.2 minimum in tests run with github actions
2 parents 992f50f + 8b386f2 commit 8cf8f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ['7.1', '7.4']
15+
php: ['7.2', '7.4']
1616

1717
services:
1818
redis:

0 commit comments

Comments
 (0)
0