ci: test current browser-cli client versions
Testing / remote-protocol-compat (0.15.0) (push) Successful in 55s
Testing / remote-protocol-compat (0.16.0) (push) Successful in 54s
Testing / test (push) Successful in 1m2s

- 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.
This commit is contained in:
2026-06-19 12:01:50 +02:00
parent b91b29d516
commit 1ae9c33f00
+2 -2
View File
@@ -28,8 +28,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
browser-cli-client-version: browser-cli-client-version:
- "0.9.3" - "0.15.0"
- "0.9.5" - "0.16.0"
steps: steps:
- name: Checkout - name: Checkout