10000 minor #54257 [CI] Remove experimental flag on PHP 8.4 job (nicolas-gr… · symfony/symfony@866be24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 866be24

Browse files
minor #54257 [CI] Remove experimental flag on PHP 8.4 job (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [CI] Remove experimental flag on PHP 8.4 job | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix #54180 | License | MIT :shipit: Commits ------- 05b48f6 [CI] Remove experimental flag on PHP 8.4 job
2 parents 9d362b1 + 05b48f6 commit 866be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
mode: low-deps
3535
- php: '8.3'
3636
- php: '8.4'
37-
mode: experimental
37+
#mode: experimental
3838
fail-fast: false
3939

4040
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)
0