We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c96ed4 commit 76ac49dCopy full SHA for 76ac49d
.github/workflows/ci.yml
@@ -280,7 +280,6 @@ jobs:
280
test-name: [
281
'generic',
282
'express',
283
- 'quickstart',
284
'ap-flows',
285
'elements',
286
'localhost',
@@ -306,6 +305,15 @@ jobs:
306
305
- test-name: 'nextjs'
307
test-project: 'chrome'
308
next-version: '15'
+ - test-name: 'nextjs'
309
+ test-project: 'chrome'
310
+ next-version: '16'
311
+ - test-name: 'quickstart'
312
313
+ next-version: '15'
314
315
316
317
318
steps:
319
- name: Checkout Repo
0 commit comments