Skip to content

Commit fa0b732

Browse files
committed
chore: Test all supported next@^14 versions
1 parent c556883 commit fa0b732

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci-cd.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ jobs:
2424
base-path: [false, '/base']
2525
next-version:
2626
- '14.1.2'
27-
# - '14.1.3'
28-
# - '14.1.4'
29-
# - '14.2.0'
30-
# - '14.2.1'
31-
# - '14.2.2'
32-
# - '14.2.3'
33-
# - '14.2.4'
27+
- '14.1.3'
28+
- '14.1.4'
29+
- '14.2.0'
30+
- '14.2.1'
31+
- '14.2.2'
32+
- '14.2.3'
33+
- '14.2.4'
3434
- '14.2.5'
35+
- '14.2.6'
36+
- '14.2.7'
3537
- latest
3638

3739
steps:

0 commit comments

Comments
 (0)