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

Fix Serialization of Enums in QueryParameters. #128

Merged
merged 5 commits into from
Jan 30, 2024

Conversation

SilasKenneth
Copy link
Member

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
Copy link
Contributor

Choose a reason for hiding this comment

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

Found a workaround in #122 so that we retain PHP 7.4 unit test runs

Copy link

sonarcloud bot commented Jan 30, 2024

@SilasKenneth SilasKenneth merged commit a9d08df into dev Jan 30, 2024
8 checks passed
@SilasKenneth SilasKenneth deleted the fix/enum-query-path-parameters branch January 30, 2024 13:00
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.

PHP - support for enum types in query and path parameters
2 participants