Closed alexjustesen closed 7 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Just to confirm, v0.18.7
is compatible with php 8.3, right? Because that's what we'll be building in the PR.
Just to confirm,
v0.18.7
is compatible with php 8.3, right? Because that's what we'll be building in the PR.
v0.19.0
incoming which includes compatibility tested code.
https://github.com/alexjustesen/speedtest-tracker/releases/tag/v0.19.0 tagged and ready to roll on your schedule 👍
PR opened. I locally built with v0.18.7
and spun up a fresh sqlite instance, didn't see any issues or errors. I'll try the v.019.0
tag just to make sure
yup, local build of v0.19.0
also seems to be good with the rebase
Awesome thank you! This reminds me I need to update my pipeline to use the LSIO base during testing so I can catch build errors before they hit your pipeline.
Sounds good. Just waiting for a review from a team member and then we'll be good to merge and push
Is this a new feature request?
Wanted change
I've upgraded the development image to PHP 8.3 (https://github.com/alexjustesen/speedtest-tracker/pull/1385), looking to make the same change for the LSIO image.
Reason for change
Upgrading to the most current version of PHP.
Proposed code change
No response