Forgejo v1.21 is EOL, v9.0 is dev

This commit is contained in:
Earl Warren 2024-08-07 09:12:09 +02:00
parent 47a6f7ee78
commit 50c5908a91
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 3 additions and 7 deletions

View file

@ -88,7 +88,7 @@ function actions_runner_version() {
}
function test_actions() {
local versions="${1:-1.21 $RELEASE_NUMBERS_AND_DEV}"
local versions="${1:-$RELEASE_NUMBERS_AND_DEV}"
for version in $versions; do