update test action

This commit is contained in:
2026-07-25 13:07:15 +02:00
parent b2cb2502c8
commit d7375010d2
+11 -11
View File
@@ -28,17 +28,17 @@ jobs:
with:
context: |
branch=${{ inputs.branch }}
rules:
- conditions:
- branch == 9.0-alpine-24
- branch == 9.0-alpine-23
set:
DOTNET_SDK_VERSION=9.0
DOTNET_RUNTIME_VERSION=9.0.18
- conditions:
- branch == 9.0-alpine-24
set:
ALPINE_VERSION=24
rules:
- conditions:
- branch == 9.0-alpine-24
- branch == 9.0-alpine-23
set:
DOTNET_SDK_VERSION=9.0
DOTNET_RUNTIME_VERSION=9.0.18
- conditions:
- branch == 9.0-alpine-24
set:
ALPINE_VERSION=24
- name: Dump contexts
env:
GITEA_CONTEXT: ${{ toJson(gitea) }}