Skip to content

Commit 11a0809

Browse files
committed
Simplify react-version in test matrix
1 parent f302cb2 commit 11a0809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
node-version: [18.x, 22.x]
19-
react-version: ['18.0.*', '18.1.*', '18.2.*', '18.3.*', '19.0.*']
19+
react-version: ['18.*', '19.*']
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)