Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca6858f

Browse filesBrowse files
committed
minor #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 #54180 | License | MIT This adds the CI job requested in #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
Copy full SHA for ca6858f

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎.github/workflows/unit-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.