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

Switch to GitHub Actions #249

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Jun 28, 2021

Fixes #248

This is based on the config I use for various bundles supporting Symfony 3.4+.

This also adds a job running on the in-development Symfony version, which is allowed to fail and can help to identify potential issues throughout the Symfony development cycle.

@@ -54,5 +54,7 @@
"branch-alias" : {
"dev-master" : "1.0-dev"
}
}
},
"minimum-stability": "dev",
Copy link
Contributor

Choose a reason for hiding this comment

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

This should not be added. If it blocks for testing, it is better to use the composer config minimum-stability dev command. Same for the prefer stable option

@markitosgv markitosgv merged commit 9efe57a into markitosgv:master Jun 29, 2021
@mbabker mbabker deleted the gh-actions branch June 29, 2021 14:35
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.

migrate from travis to github actions
3 participants