Skip to content
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

Fix CI for php 8 #301

Merged
merged 1 commit into from
Oct 24, 2020
Merged

Conversation

derrabus
Copy link
Member

Our tests currently don't work on php 8. I'd like to give it a try to fix this.

@nicolas-grekas
Copy link
Member

You'll find some thoughts at #247

@derrabus
Copy link
Member Author

@nicolas-grekas I‘d like to get to the point that we can actually solve #247. Right now, the nightly run ist just plain dead. :-/

@derrabus
Copy link
Member Author

Let's wait for #303.

@derrabus
Copy link
Member Author

I've rebased the PR on #303.

@derrabus
Copy link
Member Author

derrabus commented Oct 23, 2020

Current state of the PR: The tests should run on php 8 with PHPUnit 9.4. They pass on php 7.4 and below and all failures on php 8 should be specific to php 8. I'd suggest to merge it (after #303) to get a proper CI for the PRs that fix PHP 8 compatibility.

Forget what I wrote. We should fix that listener.

.travis.yml Outdated Show resolved Hide resolved
@derrabus derrabus marked this pull request as ready for review October 23, 2020 18:01
@derrabus derrabus marked this pull request as draft October 23, 2020 22:34
@derrabus derrabus marked this pull request as ready for review October 23, 2020 23:24
@derrabus
Copy link
Member Author

🤞🏻 The listener should work now.

nicolas-grekas added a commit that referenced this pull request Oct 24, 2020
This PR was merged into the 1.20-dev branch.

Discussion
----------

GitHub Actions

This PR ports our CI to GitHub Actions. While Travis still considers if it should boot the VMs for our CI, the run on GH Actions has been completed already.

* This PR includes #303, so please ignore the first commit when reviewing
* The PHP 8 run fails (as it does on Travis). I'll try to resolve this in #301.

Commits
-------

dd2e19f GitHub Actions
@nicolas-grekas
Copy link
Member

Thank you @derrabus.

@nicolas-grekas nicolas-grekas merged commit 1601a76 into symfony:main Oct 24, 2020
@derrabus derrabus deleted the improvement/php8ci branch October 24, 2020 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants