From 3b7c7c077e2471830018f02829caec38199f531e Mon Sep 17 00:00:00 2001 From: developer Date: Tue, 30 Jun 2026 05:27:42 +0000 Subject: [PATCH] chore(ci): bump dictionary test-suite seed to v1.3.1 The scrabble-dictionary release v1.3.1 drops the obscene lexicon (mat). Bump the centralised CI seed so unit/integration jobs validate against the same dictionary the prod deploy now pins (vars.PROD_DICT_VERSION=v1.3.1). --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c180290..265cfaf 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,7 +31,7 @@ on: # unit/integration jobs inherit it. The deploy job overrides it per contour with # vars.TEST_DICT_VERSION (the seed for a fresh volume), see deploy/README.md. env: - DICT_VERSION: v1.3.0 + DICT_VERSION: v1.3.1 jobs: # changes detects which areas a PR/push touched, so the test jobs can skip when