8000 minor #42834 Run PHP 8.1 CI with all extensions (derrabus) · symfony/symfony@f26531d · GitHub
[go: up one dir, main page]

Skip to content

Commit f26531d

Browse files
committed
minor #42834 Run PHP 8.1 CI with all extensions (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- Run PHP 8.1 CI with all extensions | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Part of #41552 | License | MIT | Doc PR | N/A Let's activate the same extensions for PHP 8.1 as we do for other PHP versions. The MongoDB extension is still not available, but that does not break the CI. All other extensions can be enabled by Setup PHP now. Commits ------- 9523fcd Run PHP 8.1 CI with all extensions
2 parents cefe78d + 9523fcd commit f26531d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- name: Configure for PHP 8.1
4040
if: "${{ matrix.php == '8.1' }}"
4141
run: |
42-
echo "extensions=mbstring" >> $GITHUB_ENV
4342
composer config platform.php 8.0.99
4443
4544
- name: Setup PHP

0 commit comments

Comments
 (0)
0