-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Debugging SQL Server in Actions #4554
Conversation
e424c4a
to
1dec23f
Compare
This one is a little hard to check on mobile, I will take a look later on desktop. Is the Action change intentional? Or is that part of the other PR? |
I'm planning to consolidate the two PRs as their goal is to determine where went wrong. |
ac3b3bd
to
6a17285
Compare
0c43392
to
36a43f3
Compare
This one is very tricky to debug. It seems PHP < 8.0 prefers 2017 image while PHP 8+ prefers 2019 image. 🤯 |
cbf7c63
to
c3ce7d9
Compare
c3ce7d9
to
472175f
Compare
I'm very grateful you are hammering on this one. Sorry it has been so stubborn 😳 I have very little MSSQL experience but let me know if there's some way I can support you. |
7feb6e7
to
9cd5399
Compare
9cd5399
to
4c86f53
Compare
If there's someone who can imitate the setup locally on a Docker container running on Ubuntu 20.04 and pulling the latest 2019 MSSQL image from MCR and check how to connect our PHP testing to the container. I have tried every possible combination of solutions as detailed in the Microsoft docs and everywhere else and it seems this has been very stubborn. Any help or direction is appreciated. |
I don't know if @michalsn is around, but if you are and have a moment to take a look I know you have some expertise in this area. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, it looks good to me... I would simplify the config file but other than that this should work.
4c86f53
to
a01ddf1
Compare
Thanks, @michalsn ! Seems all resolved now. |
Checklist: