Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth
2026-06-17 11:27:03 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=8164194c83c78ea7c7010cb8b771b3c81d26a23f
WEB_BRANCH=ScharfViktor-patch-1
WEB_COMMITID=47a1cfb1dbda4479b88e831d089bfa54b1f4bb8d
WEB_BRANCH=main

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.2.0-beta.2
WEB_ASSETS_VERSION = v7.2.0-beta.3
WEB_ASSETS_BRANCH = main
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI