1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-06-08 03:58:19 +02:00

add tests for 1.20.1-0 and make it the default

This commit is contained in:
Earl Warren 2023-07-27 20:45:06 +02:00
parent a716fb8639
commit 6f46ba7d49
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,10 @@
on:
push:
paths:
- forgejo.sh
- .forgejo/workflows/forgejo-sh.yml
pull_request:
paths:
- forgejo.sh
- .forgejo/workflows/forgejo-sh.yml
jobs:
forgejo-sh:
@ -14,7 +14,7 @@ jobs:
- run: |
set -x
./forgejo-dependencies.sh install_docker
for version in 1.19.3-0 ; do
for version in 1.19.4-0 1.20.1-0 ; do
echo "=========================== launching forgejo v$version =========="
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo $version
./forgejo.sh teardown

View file

@ -7,7 +7,7 @@ jobs:
- run: |
set -x
LXC_IP_PREFIX=10.0.9 ./forgejo-dependencies.sh
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo 1.19
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo 1.20
#
# Uncomment the following for a shortcut to debugging the Forgejo runner.
# It will build the runner from a designated repository and branch instead of

View file

@ -17,7 +17,7 @@ jobs:
- run: |
set -x
LXC_IP_PREFIX=10.0.10 ./forgejo-dependencies.sh
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo 1.19
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo 1.20
#
# Uncomment the following for a shortcut to debugging the Forgejo runner.
# It will build the runner from a designated repository and branch instead of