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

Allow PHP 8.2 and run CI against it #278

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Allow PHP 8.2 and run CI against it #278

merged 1 commit into from
Dec 13, 2022

Conversation

marmichalski
Copy link
Contributor

No description provided.

@@ -49,7 +50,7 @@ jobs:
run: "composer audit"

- name: "Run coding style"
if: ${{ matrix.php-version != '8.1' }} # php-cs-fixer does not run on 8.1 yet
if: ${{ matrix.dependencies == 'locked' && matrix.php-version == '8.0' }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

no reason to run with whole matrix + different PHP versions

@marmichalski marmichalski enabled auto-merge (squash) December 13, 2022 20:43
@marmichalski marmichalski merged commit 8ef19a0 into master Dec 13, 2022
@marmichalski marmichalski deleted the php82 branch December 13, 2022 20:51
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.

2 participants