Skip to content

Commit 17e1fab

Browse files
committed
chore: Update Next.js version range to test against
1 parent d68598a commit 17e1fab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-cd.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ jobs:
2626
- '13.4' # App router in GA
2727
- '13.5'
2828
- '14.0.1'
29+
# 14.0.2 to 14.1.1 included are skipped as shallow routing
30+
# implementation was experimental and unstable after GA release.
2931
# 14.0.2 is not compatible due to a prefetch issue
3032
# 14.0.3 is dropped due to a bug requiring WHS + syncing against uSP,
3133
# which creates other problems under other versions of Next.js
32-
- '14.0.4'
33-
- latest # Current latest is 14.1.0
34+
- '14.1.2'
35+
- latest
3436

3537
steps:
3638
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

0 commit comments

Comments
 (0)