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

Enhance Travis CI setting #2

Closed
peter279k opened this issue Sep 16, 2019 · 2 comments
Closed

Enhance Travis CI setting #2

peter279k opened this issue Sep 16, 2019 · 2 comments

Comments

@peter279k
Copy link
Contributor

According to this official blog post, the default dist on Travis CI build environment has changed into xenial.

And it will be failed on php-5.x versions during Travis CI build.

To resolve this issue, some suggestions I recommend are as follows:

  • Dropping these php-5.x versions and let this package require stable php-7.1 version at least.
    And it will avoid this issue directly.
  • Define the matrix setting to define the dist: trusty for these php-5.x versions during Travis CI build.
@Swop
Copy link
Owner

Swop commented Oct 25, 2020

@peter279k Sorry for the (long) delay.

I've pushed a v3.0 today (which drop support for older php versions < 7.2), and switched to GitHub Actions instead of Travis.
Thanks for the notice.

@Swop Swop closed this as completed Oct 25, 2020
@peter279k
Copy link
Contributor Author

peter279k commented Oct 25, 2020

Thanks for your reply.

I will look at other improvements :).

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

No branches or pull requests

2 participants