Skip to content

Commit 729e605

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

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/e2e-report.yml

Lines 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

Lines 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

Lines 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

Lines 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)