Skip to content

Commit ca6858f

Browse files
committed
minor symfony#54188 Add an experimental CI job for PHP 8.4 (stof)
This PR was merged into the 5.4 branch. Discussion ---------- Add an experimental CI job for PHP 8.4 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Relates to symfony#54180 | License | MIT This adds the CI job requested in symfony#54180. This PR does not focus on making tests green on 8.4 but the CI job is marked as experimental so that the CI job will still be green (to not block PRs) even when tests are failing. The test report will show failures when looking at the output of the step running tests, which allows moving forward incrementally to make tests green. Commits ------- 5f8fc3a Add an experimental CI job for PHP 8.4
2 parents 2ed7af7 + 5f8fc3a commit ca6858f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- php: '8.2'
3434
mode: low-deps
3535
- php: '8.3'
36-
#mode: experimental
36+
- php: '8.4'
37+
mode: experimental
3738
fail-fast: false
3839

3940
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)