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 support for PHP 8.0 in v4 #343

Merged
merged 3 commits into from
Dec 19, 2020
Merged

Fix support for PHP 8.0 in v4 #343

merged 3 commits into from
Dec 19, 2020

Conversation

Bapawe
Copy link
Contributor

@Bapawe Bapawe commented Dec 19, 2020

In order to fix spatie/http-status-check#77 i ran into several issues in this package which i fixed in this PR for v4.

I still have to fix v5 and v6 since they lack the following in order to actually test the code with prefer-lowest dependencies:

  • composer: update minimum guzzle and dom-crawler version in order to support php 8
  • run-tests: Add missing dependency-version to the composer step

I'll try to create PR's for them tomorrow.

Plz let me know if i fixed this correctly or i should have done something differently ;)

- Add missing php 8.0 version
- Add missing dependency-version to the composer step
- Add missing step which actually runs the tests
@freekmurze freekmurze merged commit 0b7c9a2 into spatie:v4 Dec 19, 2020
@freekmurze
Copy link
Member

Thank you!

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