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

GH Actions: run phar building test more selectively #730

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Nov 26, 2024

Description

This workflow is a safeguard to ensure that the PHAR files can be build against any of the supported PHP versions.

There are only a few files involved in building the PHAR files, so there isn't really any need to run this workflow for every PR and every merge. It only really needs to run when any of the involved files have changed.

Also, keep in mind that the PHAR which is distributed for releases is build on PHP 8.0 and will still be build in the test workflow for every PR and every merge, so the functionality of the distribution PHARs is still guaranteed either way.

Suggested changelog entry

N/A

This workflow is a safeguard to ensure that the PHAR files can be build against any of the supported PHP versions.

There are only a few files involved in building the PHAR files, so there isn't really any need to run this workflow for every PR and every merge.
It only really needs to run when any of the involved files have changed.

Also, keep in mind that the PHAR which is distributed for releases is build on PHP 8.0 and will still be build in the `test` workflow for every PR and every merge, so the functionality of the distribution PHARs is still guaranteed either way.
@jrfnl jrfnl added this to the 3.11.2 milestone Nov 26, 2024
@jrfnl jrfnl merged commit c41a2a6 into master Nov 26, 2024
72 checks passed
@jrfnl jrfnl deleted the feature/ghactions-build-phar-run-more-selectively branch November 26, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant