Skip to content

Commit 59fb7fb

Browse files
committed
Test upgrade from 1.*
1 parent eb5c0e4 commit 59fb7fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: "Ubuntu 22.04, Py 3.10, from 0.2.0"
5555
distro_image: "ubuntu:22.04"
5656
extra_flags: --upgrade-from=0.2.0
57+
- name: "Ubuntu 22.04, Py 3.10, from 1.*"
58+
distro_image: "ubuntu:22.04"
59+
extra_flags: --upgrade-from=1
5760

5861
steps:
5962
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)