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

Support PHP 8.2 #659

Merged
merged 3 commits into from
Sep 23, 2022
Merged

Support PHP 8.2 #659

merged 3 commits into from
Sep 23, 2022

Conversation

bakerkretzmar
Copy link
Collaborator

No description provided.

jobs:
test:
name: PHP ${{ matrix.php }}, ${{ matrix.dependencies }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.php == '8.2' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We can take this line out again when PHP 8.2 is actually released.

@@ -17,7 +17,7 @@ class PresetPackage

public $constraint;
public $name;
public $nameShort;
public $shortName;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Pretty sure this was a typo.

@damiani damiani merged commit a6f2088 into main Sep 23, 2022
@damiani damiani deleted the jbk/php-82 branch September 23, 2022 16:07
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