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

Enable PHP nightly on Travis CI builds #1937

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    5f35310 View commit details
    Browse the repository at this point in the history
  2. Travis: enable PHP nightly with failure allowed

    Don't build nightly on PostgreSQL.
    
    Fixes #33099
    dregad committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    eadc4f0 View commit details
    Browse the repository at this point in the history
  3. Try with a specific job on Focal release

    See if that gives a more recent "nightly" than the 8.0 we get on Bionic
    dregad committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2999e27 View commit details
    Browse the repository at this point in the history
  4. Travis: use master instead of nightly

    According to TravisCI support:
    > The focal build environment has [...] master(8.4.0-dev) available"
    dregad committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f836501 View commit details
    Browse the repository at this point in the history