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

Github actions support (include PHP 8 tests) #309

Merged
merged 33 commits into from
Jan 7, 2021

Conversation

monteiro
Copy link
Collaborator

@monteiro monteiro commented Dec 26, 2020

  • Removed .travis.yaml
  • Use github actions with the matrix that supports at least version 7.2 (following symfony composer.json).
  • Added PHP 8 tests

Captura de ecrã 2020-12-26, às 11 19 34

Master @stof , is there any matrix change you think we must be doing in order to cover as much versions we need.

@monteiro monteiro self-assigned this Dec 26, 2020
@monteiro monteiro changed the title github actions support Github actions support (include PHP 8 tests) Dec 26, 2020
@@ -26,7 +26,7 @@
"symfony/browser-kit": "~4.4|~5.0",
"symfony/twig-bundle": "~4.4|~5.0",
"symfony/phpunit-bridge": "^5.0",
"phpunit/phpunit": "^4.8|~5.7|~6.5"
"phpunit/phpunit": "^4.8|~5.7|~6.5|~8"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

support PHP 8

@@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.1",
"php": ">=7.2.5",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just putting what symfony composer.json has.

@monteiro monteiro merged commit fefd5fb into willdurand:master Jan 7, 2021
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.

1 participant