-
-
Notifications
You must be signed in to change notification settings - Fork 421
Enhancement: Use GithubActions for tests instead of Travis + PHP 8.0 tests #701
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
e4023b6
to
2095c70
Compare
de5c709
to
8556b56
Compare
33d8200
to
831ae50
Compare
831ae50
to
1ad263a
Compare
d8f6c08
to
132a55c
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.
Looking at the build failure:
"Creating a "symfony/skeleton:dev-main" project at "./flex_projectdev-main"
[InvalidArgumentException]
Could not find package symfony/skeleton with version dev-main.
It seams that the MakerTestEnvironment::$targetFlexVersion
is used for the skeleton too.. Is that right?
8e1e1db
to
6426016
Compare
9f7a906
to
08f6ede
Compare
18b1812
to
17fbba0
Compare
6668b4c
to
3e45731
Compare
3e45731
to
7742a57
Compare
So that unreleased packages can be used
Thank you Oskar for your great work on this! php8 is still failing, but it will be for awhile until related packages add php 8 support. Not much we can do there |
This PR was squashed before being merged into the 3.0.x-dev branch. Discussion ---------- Move from Travis CI to GitHub Actions This PR is ~inspired by~ copied from the great PR made by @OskarStark in the MakerBundle (symfony/maker-bundle#701). Let's see if we can move to GitHub Actions easily. Commits ------- 569234b Move from Travis CI to GitHub Actions
No description provided.