diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102e94d6222..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', @@ -306,6 +305,15 @@ jobs: - test-name: 'nextjs' test-project: 'chrome' next-version: '15' + - 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