Update dependencies
Short description of the MR
- use the oldest in supported version of debian, fedora & ubuntu as minimal version,
- update test images used.
Fix #352 (closed)
List of things to check before making a MR
Before merging your code, please check the following:
-
you have added a line describing your changes to the Changelog; -
you have checked pdi/docs/CheckList.md - you have correctly updated the copyright headers:
-
your institution is in the copyright header of every file you (substantially) modified; -
you have checked that the end-year of the copyright there is the current one;
-
- you have updated the AUTHORS file:
-
you have added yourself to the AUTHORS file; -
if this is a new contribution, you have added it to the AUTHORS file;
-
- you have added everything to the user documentation:
-
any new CMake configuration option; -
any other new or changed user-facing feature; -
any change to the dependencies;
-
- you have correctly linked your MR to one or more issues:
-
your MR solves an identified issue; -
your commit contain the Fix #issue
keyword to autoclose the issue when merged;
-