cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 87 forks source link

Add Testcases for OpenAPI 3.1 #129

Closed marcelthole closed 2 years ago

marcelthole commented 2 years ago

Resolves #108

cebe commented 2 years ago

something's wrong with the tests here, no checks were run for that commit!?

cebe commented 2 years ago

Found it: the openapi-31 branch was not included in the github actions trigger list.

marcelthole commented 2 years ago

So this could be merged after the #128 is resolved?

cebe commented 2 years ago

Merged, thank you!

failing tests are expected in 3.1, these will be resolved when webhook support is merged.

WyriHaximus commented 2 years ago

Awesome! Will rebase #115 🎉