Skip to content

Commit 23c85fb

Browse files
authored
test: fix 'after' fixture next version range (#3324)
1 parent 0e1632d commit 23c85fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/fixtures/after/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"test": {
1616
"dependencies": {
17-
"next": "15.1.11"
17+
"next": ">=15.1.0"
1818
}
1919
}
2020
}

tests/prepare.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const e2eOnlyFixtures = new Set([
2323
'after',
2424
'cli-before-regional-blobs-support',
2525
'dist-dir',
26+
'dynamic-cms',
2627
'middleware-i18n-excluded-paths',
2728
'middleware-node-runtime-specific',
2829
'middleware-static-asset-matcher',

0 commit comments

Comments
 (0)