Merge pull request #1003 from manics/upgrade-1

This commit is contained in:
Min RK
2024-09-29 08:26:31 +02:00
committed by GitHub

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