From 89020b7038a2adc5cc2fde24ed1baea29fc664be Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Mon, 2 Feb 2026 09:57:31 +0100 Subject: [PATCH] rm turbo canary tests --- .github/workflows/canary.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 36244b3da154..252bbc831239 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -96,12 +96,6 @@ jobs: - test-application: 'nextjs-16' build-command: 'test:build-canary-webpack' label: 'nextjs-16 (canary-webpack)' - - test-application: 'nextjs-turbo' - build-command: 'test:build-canary' - label: 'nextjs-turbo (canary)' - - test-application: 'nextjs-turbo' - build-command: 'test:build-latest' - label: 'nextjs-turbo (latest)' - test-application: 'react-create-hash-router' build-command: 'test:build-canary' label: 'react-create-hash-router (canary)'