scVENUS / PeekabooAV

Peekaboo Extended Email Attachment Behavior Observation Owl
https://peekabooav.de
GNU General Public License v3.0
66 stars 20 forks source link

Run testsuite on Ubuntu 20.04 for Python 3.6 #224

Closed michaelweiser closed 1 year ago

michaelweiser commented 1 year ago

Github Actions has moved ubuntu-latest to 22.04. This is fine since we test with generic Python versions. But Python 3.6 is no longer provided on 22.04. So we add an exception to the test matrix to run the testsuite on Ubuntu 20.04 for Python 3.6. This is done by way of adding a new matrix variable os which defines the runner image to use. This still defaults to ubuntu-latest. An explicit matrix variable combination is added with ubuntu-20.04 and python version 3.6.

michaelweiser commented 1 year ago

The testsuite runs of this PR suggest it to work. :)