🧪 Run smoke tests against Ubuntu 24 and 22

They are pinned instead of using `-latest` in the interest of better
reproducibility in the CI.
This commit is contained in:
Sviatoslav Sydorenko 2025-01-23 19:12:58 +01:00
parent 8cafb5c2bf
commit da900af963
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9345E8FEA89CA455

View file

@ -53,7 +53,13 @@ jobs:
smoke-test:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
runs-on: ${{ matrix.os }}
services:
devpi: