-
Notifications
You must be signed in to change notification settings - Fork 522
Add GitHub Actions #1101
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
Add GitHub Actions #1101
Conversation
I've kept it simple for now. I'll try to add |
Still to "fix":
|
GeoIP extensions is not (yet?) available for PHP 8.0.
Disable test for IP2LocationBinary because it needs binary file. Travis CI test has also never passed.
Once this is merged, I'll also add a separate GitHub Actions workflow in each provider for testing in "sub-repositories". |
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.
Well done!
fail-fast: false | ||
matrix: | ||
php-version: ['7.3', '7.4', '8.0'] | ||
provider: |
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.
We could do something like this if we don't want to list all providers:
https://github.com/brefphp/extra-php-extensions/blob/master/.github/workflows/ci.yml#L19
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.
I must admit I'm not sure what the echo "::set-output name=list::$(ls layers | jq -R -s -c 'split("\n")[:-1]')"
command does 😁
Use `composer update` insted of `composer install`.
Use `composer update` insted of `composer install`.
|
Close #1100