actions: Forgejo 7.0 is equivalent to 7.0-test and run artifacts v4

This commit is contained in:
Earl Warren 2024-03-21 17:16:05 +01:00
parent a9a46b7b7d
commit 13f18f9f47
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -96,7 +96,7 @@ function test_actions() {
log_info "Testing actions with Forgejo $version & Forgejo runner $runner_version"
if dpkg --compare-versions $version gt 7.0 && dpkg --compare-versions $runner_version gt 3.3.0 ; then
if dpkg --compare-versions $version ge 7.0 && dpkg --compare-versions $runner_version gt 3.3.0 ; then
for example in artifacts-v4 ; do
run actions_verify_example $example
done