Skip to content

Simply code-quality matrix #237

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

Merged
merged 1 commit into from
Aug 1, 2025
Merged

Simply code-quality matrix #237

merged 1 commit into from
Aug 1, 2025

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Jul 31, 2025

Q A
Bug fix? no
New feature? no
Docs? no
Issues -
License MIT

For the phpstan job, we don't need any matrix. We only care about what phpstan can report with latest deps.
For the phpunit ones, we should always test with dev dependencies, like we're doing on symfony/symfony.

https://github.com/symfony/ai/pull/237/files?w=1

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

Choose a reason for hiding this comment

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

Suggested change
php-version: '8.2'
php-version: '${{ matrix.php-version }}'

?
Or maybe we can get rid of the following part ?

matrix:
    php-version: [ '8.4' ]

Copy link
Member Author

Choose a reason for hiding this comment

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

indeed, fixed!
we can keep the matrix I think

Copy link
Member

@chr-hertel chr-hertel left a comment

Choose a reason for hiding this comment

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

Yes please :)

@chr-hertel
Copy link
Member

Thank you @nicolas-grekas.

@chr-hertel chr-hertel merged commit 3e0fedc into main Aug 1, 2025
13 checks passed
@chr-hertel chr-hertel deleted the gha branch August 1, 2025 07:28
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

Successfully merging this pull request may close these issues.

4 participants