Skip to content

Support for doctrine/dbal v4 #754

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bnowak
Copy link
Contributor

@bnowak bnowak commented Apr 18, 2025

No description provided.

@bnowak bnowak marked this pull request as ready for review April 18, 2025 13:02
@staabm
Copy link
Owner

staabm commented Apr 19, 2025

CI seems no longer running properly with your changes. jobs no longer start

@bnowak
Copy link
Contributor Author

bnowak commented Apr 19, 2025

Yeah, but I wasn't sure why exactly 😅 do you have any idea?

I'll try to back to this in couple of days 😉

@@ -120,7 +144,7 @@ jobs:
run: composer require sqlftw/sqlftw --ignore-platform-req=php+

- name: Install doctrine/dbal (optional dependency)
run: composer require doctrine/dbal:^3 --ignore-platform-req=php+
run: composer require doctrine/dbal:${{ matrix.dbal-version }} --ignore-platform-req=php+
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this command now needs to be wrapped into double quotes

@bnowak bnowak force-pushed the add-support-for-dbal-v4 branch from 51deb2d to f74b52f Compare April 24, 2025 12:25
@bnowak bnowak marked this pull request as draft April 24, 2025 12:37
@staabm staabm force-pushed the add-support-for-dbal-v4 branch from f74b52f to 9a432ae Compare April 25, 2025 07:22
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