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

Add Packagist Conductor #27

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Add Packagist Conductor #27

merged 1 commit into from
Mar 19, 2025

Conversation

WyriHaximus
Copy link
Member

No description provided.

Comment on lines +21 to +29
- name: Get desired PHP version
id: supported-versions-matrix
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ steps.supported-versions-matrix.outputs.lowest }}"
coverage: "none"
extensions: ${{ join(fromJson(steps.supported-versions-matrix.outputs.extensions), ',') }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@naderman Some quality of life improvements that ensures we have all the extensions we need installed, plus run on the lowest version targetted in composer.json.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@WyriHaximus WyriHaximus force-pushed the add-packagist-conductor branch from 8a3a4ea to 4da7474 Compare March 19, 2025 11:45
@WyriHaximus WyriHaximus merged commit 5d45b55 into master Mar 19, 2025
7 of 9 checks passed
@WyriHaximus WyriHaximus deleted the add-packagist-conductor branch March 19, 2025 11:47
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.

None yet

1 participant