From 1ae9c33f005d380f5937abaef7060679d412d3c1 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 19 Jun 2026 12:01:50 +0200 Subject: [PATCH] ci: test current browser-cli client versions - Update the compatibility matrix from legacy 0.9.x clients to the supported 0.15.0 and 0.16.0 client releases. - Keep the Gitea workflow focused on versions that match the current n8n node protocol expectations. --- .gitea/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/testing.yml b/.gitea/workflows/testing.yml index de50963..f928f3a 100644 --- a/.gitea/workflows/testing.yml +++ b/.gitea/workflows/testing.yml @@ -28,8 +28,8 @@ jobs: fail-fast: false matrix: browser-cli-client-version: - - "0.9.3" - - "0.9.5" + - "0.15.0" + - "0.16.0" steps: - name: Checkout