cebe / php-openapi

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

Rework CI #146

Closed simPod closed 2 years ago

simPod commented 2 years ago

image

simPod commented 2 years ago

@cebe I've been tweaking this for a while but now it works. CI is green. (with #145)

image

cebe commented 2 years ago

Thanks for your work on this one, I have one thing to discuss:

Drop testing on multiple OSes as it's not relevant

Multiple OS as relevant to make sure loading of external files from references works. There were some bugs about this on windows systems. That said, I'd like to keep testing on windows and mac, at least a combination of latest php and dependencies to make sure it works on these systems.

simPod commented 2 years ago

@cebe we're running macos and windows now. Would it suffice like this?

simPod commented 2 years ago

It indeed shows a failure https://github.com/cebe/php-openapi/runs/4693855168?check_suite_focus=true

cebe commented 2 years ago

Thank you!