-
Notifications
You must be signed in to change notification settings - Fork 130
Update gh unit test workflow in AtoM to use ubuntu 24.04 #1942
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
Comments
I'm running into this problem as well, when trying to package AtoM for NixOS/Nixpkgs, which only has PHP 8. Having running unit tests always gives us some more assurance that the package is working as desired. See my current efforts here: https://github.com/erictapen/nixos-atom |
- Replace DebugPDO with PropelPDO - Fix deprecations/errors.
- Replace DebugPDO with PropelPDO - Fix deprecations/errors.
- Replace DebugPDO with PropelPDO - Fix deprecations/errors.
- Replace DebugPDO with PropelPDO - Fix deprecations/errors.
Great that this is closed. Is there any chance this could land in a minor release? |
@erictapen yes, we've just milestone'd this for the |
GitHub is discontinuing Ubuntu 20.04, so we would need to update the unit test workflow to use 24.04.
PHP 8.x also breaks unit tests, since they're dependent on DebugPDO which has not been updated for PHP 8.0. The themselves tests also need updates since they contain a lot of PHP 8.x related deprecation warnings.
The text was updated successfully, but these errors were encountered: