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

Run "test" workflow without startup errors. #24

Merged
merged 7 commits into from
Apr 6, 2025

Conversation

iBotPeaches
Copy link
Contributor

@iBotPeaches iBotPeaches commented Apr 3, 2025

What:

  • Bug Fix
  • New Feature

Description:

I noticed after the merge of my last PR that none of the tests ran, so I pulled the error:

Error when evaluating 'runs-on' for job 'ci'. .github/workflows/tests.yml (Line: 7, Col: 14): Unexpected value ''

It didn't make much sense, so I tested removing the matrix.os and hardcoding ubuntu-latest which immediatly fired up the massive matrix of tests. However, the include/exclude were using caret notation while matrix using asterisk notation which caused some oddities.

I went to the EOL website and saw Symfony 6.3 was EOL, so removed it to make my life a bit easier. I then excluded any combination that failed.

This proved that PHP 8.4 isn't really working well, but I imagine thats because it needs a more modern Symfony version. I'm no Symfony dev, so I figured I'd throw this PR up to have a passing test suite and someone else could take a stab at modernizing supported versions.

(squash merge please if you go forward w/ this - a bit messy commit history)

@GromNaN GromNaN merged commit 7185af1 into openai-php:main Apr 6, 2025
17 checks passed
@GromNaN
Copy link
Collaborator

GromNaN commented Apr 6, 2025

Thanks.

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