-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WIP][POC] Run Windows tests on GitHub Action #58699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
wouterj
commented
Oct 28, 2024
Q | A |
---|---|
Branch? | 7.2 |
Bug fix? | no |
New feature? | no |
Deprecations? | No |
Issues | Relates to #58370 |
License | MIT |
Unlocks a performance optimization in PHPUnit 11.x see https://staabm.github.io/2024/10/19/phpunit-codesprint-munich.html
be027db
to
d95cc5b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't the migration from Appveyor to GHA be decoupled from the migration to PHPUnit 11 ?
for line ending failures, check the value of the |
Searching the issue tracker of actions/checkout confirms that autocrlf is set to |
…indows (wouterj) This PR was merged into the 5.4 branch. Discussion ---------- switch from AppVeyor to GitHub Actions to run tests on Windows | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT In #58370 I tried hard but failed to get our test suite running with PHPUnit 11 on AppVeyor. `@wouterj` did a great job reviving an old branch and got it working on GitHub Actions in #58699. I picked his commit and rebased it on the `5.4` branch so that we are able to have a consistent CI config throughout all maintained branches. Commits ------- 6f98b77 Port Appveyor to GitHub Actions