Add ubuntu-latest to the matrix of test runners (#181)

* Don't clutter logs with info about generic dropin

* Add ubuntu-latest to unit tests

This is currently failing due to an issue with oscrypto and newer openssl https://github.com/wbond/oscrypto/issues/78#issuecomment-1756317472

* fix oscrypto version for ubuntu 24 compatibility (boto3 too see #180)

---------

Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com>
This commit is contained in:
Patrick Robertson
2025-01-24 15:03:55 +01:00
committed by GitHub
parent a6fc4e1bb1
commit e8138eac1c
4 changed files with 112 additions and 100 deletions

View File

@@ -11,10 +11,12 @@ on:
jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-22.04, ubuntu-latest]
defaults:
run:
working-directory: ./