From 8b7cee3c943eaab2fee09c28e7d90f014439c215 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Mon, 21 Oct 2024 14:46:56 -0400 Subject: [PATCH] ci: adjust tested versions given next@15 is stable --- .github/workflows/e2e-report.yml | 1 + .github/workflows/run-tests.yml | 2 +- .github/workflows/test-e2e.yml | 2 +- CONTRIBUTING.md | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-report.yml b/.github/workflows/e2e-report.yml index 74ec22b895..09b079f7a7 100644 --- a/.github/workflows/e2e-report.yml +++ b/.github/workflows/e2e-report.yml @@ -13,6 +13,7 @@ on: options: - 'latest' - 'canary' + - '14.2.15' - '13.5.1' default: 'latest' diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8a54eb5f74..3ff2d565bc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -36,7 +36,7 @@ jobs: if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then echo "matrix=${{ github.event.inputs.versions }}" >> $GITHUB_OUTPUT elif [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.check-labels.outputs.result }}" = "true" ]; then - echo "matrix=[\"latest\", \"canary\", \"13.5.1\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"latest\", \"canary\", \"14.2.15\", \"13.5.1\"]" >> $GITHUB_OUTPUT else echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT fi diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 90d9bf05f4..0f0ff029d5 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -63,7 +63,7 @@ jobs: echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]" >> $GITHUB_OUTPUT echo "total=12" >> $GITHUB_OUTPUT else - VERSION_SELECTORS=[\"latest\",\"canary\",\"13.5.1\"] + VERSION_SELECTORS=[\"latest\",\"canary\","\14.2.15\",\"13.5.1\"] echo "group=[1, 2, 3, 4]" >> $GITHUB_OUTPUT echo "total=4" >> $GITHUB_OUTPUT fi diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a3fceee08..aed7aa9949 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,8 +63,8 @@ tests against a specific version, set the `NEXT_VERSION` environment variable to version. By default, PRs will run the tests against the latest version of Next.js. To run tests against -`latest`, `canary` and `13.5.1`, apply the `test all versions` label to the PR when you create it. -These also run nightly and on release PRs. +`latest`, `canary`, `14.2.15`,`and`13.5.1`, apply the`test all versions` label to the PR when you +create it. These also run nightly and on release PRs. ### Integration testing