🧪 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
+7 -1
View File
@@ -53,7 +53,13 @@ jobs:
smoke-test: smoke-test:
runs-on: ubuntu-latest strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
runs-on: ${{ matrix.os }}
services: services:
devpi: devpi: