You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone who is willing to help. I've tried to figure this out and haven't been successful. I'd love to release a new version that supports PHPUnit versions 9.6, 10, and 11. However, for some reason the tests are now failing in Github Actions only. When the first test is run, composer cannot autoload the UsesGuzzler trait and errors out.
As far as I can tell, everything is configured correctly. Everything runs locally, but again just not in Github Actions. I'm guessing it's a small thing somewhere, but I just don't know what.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
For anyone who is willing to help. I've tried to figure this out and haven't been successful. I'd love to release a new version that supports PHPUnit versions 9.6, 10, and 11. However, for some reason the tests are now failing in Github Actions only. When the first test is run, composer cannot autoload the
UsesGuzzler
trait and errors out.As far as I can tell, everything is configured correctly. Everything runs locally, but again just not in Github Actions. I'm guessing it's a small thing somewhere, but I just don't know what.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: