Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 729e605

Browse filesBrowse files
authored
ci: adjust tested versions given next@15 is stable (#2688)
1 parent 5212b64 commit 729e605
Copy full SHA for 729e605

File tree

Expand file treeCollapse file tree

4 files changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-4
lines changed

‎.github/workflows/e2e-report.yml

Copy file name to clipboardExpand all lines: .github/workflows/e2e-report.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
options:
1414
- 'latest'
1515
- 'canary'
16+
- '14.2.15'
1617
- '13.5.1'
1718
default: 'latest'
1819

‎.github/workflows/run-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/run-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
3737
echo "matrix=${{ github.event.inputs.versions }}" >> $GITHUB_OUTPUT
3838
elif [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.check-labels.outputs.result }}" = "true" ]; then
39-
echo "matrix=[\"latest\", \"canary\", \"13.5.1\"]" >> $GITHUB_OUTPUT
39+
echo "matrix=[\"latest\", \"canary\", \"14.2.15\", \"13.5.1\"]" >> $GITHUB_OUTPUT
4040
else
4141
echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT
4242
fi

‎.github/workflows/test-e2e.yml

Copy file name to clipboardExpand all lines: .github/workflows/test-e2e.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]" >> $GITHUB_OUTPUT
6464
echo "total=12" >> $GITHUB_OUTPUT
6565
else
66-
VERSION_SELECTORS=[\"latest\",\"canary\",\"13.5.1\"]
66+
VERSION_SELECTORS=[\"latest\",\"canary\","\14.2.15\",\"13.5.1\"]
6767
echo "group=[1, 2, 3, 4]" >> $GITHUB_OUTPUT
6868
echo "total=4" >> $GITHUB_OUTPUT
6969
fi

‎CONTRIBUTING.md

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ tests against a specific version, set the `NEXT_VERSION` environment variable to
6363
version.
6464

6565
By default, PRs will run the tests against the latest version of Next.js. To run tests against
66-
`latest`, `canary` and `13.5.1`, apply the `test all versions` label to the PR when you create it.
67-
These also run nightly and on release PRs.
66+
`latest`, `canary`, `14.2.15`,`and`13.5.1`, apply the`test all versions` label to the PR when you
67+
create it. These also run nightly and on release PRs.
6868

6969
### Integration testing
7070

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.