Test upgrade from 1.*

This commit is contained in:
Simon Li
2024-09-28 15:38:32 +01:00
parent eb5c0e4758
commit 59fb7fb8a2

View File

@@ -54,6 +54,9 @@ jobs:
- name: "Ubuntu 22.04, Py 3.10, from 0.2.0"
distro_image: "ubuntu:22.04"
extra_flags: --upgrade-from=0.2.0
- name: "Ubuntu 22.04, Py 3.10, from 1.*"
distro_image: "ubuntu:22.04"
extra_flags: --upgrade-from=1
steps:
- uses: actions/checkout@v4