test against bookworm
This commit is contained in:
parent
d8be48f782
commit
a1451000e8
|
@ -167,14 +167,14 @@ pipeline:
|
||||||
- ./.ci-make.sh pkg-gen-sha256
|
- ./.ci-make.sh pkg-gen-sha256
|
||||||
- ./.ci-make.sh preview-sha256
|
- ./.ci-make.sh preview-sha256
|
||||||
|
|
||||||
test-inst-bullseye:
|
test-inst-bookworm:
|
||||||
image: *deb_test_image_bullseye
|
image: *deb_test_image_bookworm
|
||||||
group: pkg-test-1
|
group: pkg-test-1
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh install-run-test ./forgejo_*_amd64.deb
|
- ./.ci-make.sh install-run-test ./forgejo_*_amd64.deb
|
||||||
|
|
||||||
test-inst-bullseye-user:
|
test-inst-bookworm-user:
|
||||||
image: *deb_test_image_bullseye
|
image: *deb_test_image_bookworm
|
||||||
group: pkg-test-1
|
group: pkg-test-1
|
||||||
commands:
|
commands:
|
||||||
- ./.ci-make.sh test-userinst-prep
|
- ./.ci-make.sh test-userinst-prep
|
||||||
|
|
Loading…
Reference in a new issue