Timachine / vercel / next.js

Login
September 11 at 1:59 PM · Hendrik Liebau

[CI] Fix GitHub Actions matrix configuration for React versions (#83677)

The `build-and-test` workflow runs on `canary` are currently annotated with the following error ([x-ref](https://github.com/vercel/next.js/actions/runs/17629372493)): ``` Error when evaluating 'strategy' for job 'test-rspack-production'. .github/workflows/build_and_test.yml (Line: 412, Col: 13): Matrix exclude key 'react' does not match any key within the matrix ``` This addresses the issue for `test-rspack-production`, and also fixes inconsistencies in other jobs regarding the handling of this matrix dimension.

This commit modified 1 file, adding 35 lines and removing 10 lines of code.

September 11 at 1:10 PM · nextjs-bot

v15.6.0-canary.1

September 11 at 1:06 PM · Tim Neutkens

Development: Don't import app-router / hot-reloader through next/link in application code (#83656)