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 CI & update PHP versions #390

Closed
wants to merge 3 commits into from
Closed

Conversation

jdecool
Copy link

@jdecool jdecool commented Apr 29, 2022

Currently master build is broken because the Doctrine\Common\Cache\ArrayCache which has been removed in latest doctrine/cache versions (indirectly required by doctrine/orm).

As this class is used only for tests, I've added doctrine/cache 1.x branch as require-dev dependency.

I've also added latest PHP versions to ensure everything is fine with latest maintained PHP versions.

@jdecool jdecool changed the title Upgrade PHP versions used in the CI Fix CI & update PHP versions Apr 29, 2022
@Chris53897
Copy link
Contributor

Related to #385

@Chris53897
Copy link
Contributor

@jdecool Update: The CI changes (similar to yours) are merged with ##386
My other PR for fixing the tests is still open.

xylphid added a commit to xylphid/DoctrineExtensions that referenced this pull request Oct 18, 2022
@jdecool jdecool closed this May 1, 2023
@jdecool jdecool deleted the ci-upgrade branch May 1, 2023 20:02
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