From 66e47477ba7890787f092a92f1b07ff0f9ed02ea Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 Oct 2025 23:43:33 -0700 Subject: [PATCH 1/3] chore(ci): Run next e2e tests against v16 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102e94d6222..5f73bc6393d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,6 +306,9 @@ jobs: - test-name: 'nextjs' test-project: 'chrome' next-version: '15' + - test-name: 'nextjs' + test-project: 'chrome' + next-version: '16' steps: - name: Checkout Repo From 89650e6b4360e013f14e4455d68baa4e19f1dc28 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 Oct 2025 23:52:32 -0700 Subject: [PATCH 2/3] add quickstart as well --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f73bc6393d..e1ef26dfa36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,6 +309,12 @@ jobs: - test-name: 'nextjs' test-project: 'chrome' next-version: '16' + - test-name: 'quickstart' + test-project: 'chrome' + next-version: '15' + - test-name: 'quickstart' + test-project: 'chrome' + next-version: '16' steps: - name: Checkout Repo From de2313ad7a87a372464c132004092a11a3deabb7 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Fri, 24 Oct 2025 00:06:46 -0700 Subject: [PATCH 3/3] add quickstart as well --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1ef26dfa36..3091ce5e846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -280,7 +280,6 @@ jobs: test-name: [ 'generic', 'express', - 'quickstart', 'ap-flows', 'elements', 'localhost',