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

Nightly build using PHP 8.4 #5731

Open
sebastianbergmann opened this issue Mar 10, 2024 · 2 comments
Open

Nightly build using PHP 8.4 #5731

sebastianbergmann opened this issue Mar 10, 2024 · 2 comments
Assignees
Labels
type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.)

Comments

@sebastianbergmann
Copy link
Owner

sebastianbergmann commented Mar 10, 2024

We need a nightly build of all branches (currently: 8.5, 9.6, 10.5, 11.0, main) using the nightly build of the next PHP version (currently PHP 8.4) in order to identify that PHPUnit needs to be updated to a change in the PHP version as soon as possible.

@sebastianbergmann sebastianbergmann added the type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.) label Mar 10, 2024
@localheinz localheinz self-assigned this Mar 11, 2024
@sebastianbergmann
Copy link
Owner Author

According to https://github.com/sebastianbergmann/phpunit/actions?query=event%3Aschedule, the nightly build was only performed for main, but not for 8.5, 9.6, 10.5, and 11.0.

@ghostwriter
Copy link
Contributor

on: schedule event only runs on the last commit of the default branch.

However we may be able to generate matrix of branch names.

- uses: actions/checkout@v4
        with:
          ref: ${matrix.branch}

https://github.com/actions/checkout?tab=readme-ov-file#checkout-a-different-branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.)
Projects
None yet
Development

No branches or pull requests

3 participants