Skip to content

Commit

Permalink
chore(build-system-tests): disable react@latest tests (#6297)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman authored Jan 15, 2025
1 parent 8d2aa79 commit 328f06f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-build-system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
fail-fast: false
matrix:
framework: [react]
framework-version: [latest]
# temporarily pointing all react tests to v18
# framework-version: [latest]
framework-version: [18]
build-tool: [next, vite]
build-tool-version: [latest]
pkg-manager: [npm]
Expand Down

0 comments on commit 328f06f

Please sign in to comment.