Skip to content

Commit 7478eba

Browse files
authored
ci: only test against latest versions of ESLint majors (#363)
1 parent 227d0f8 commit 7478eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
25+
eslint: [6, 7, 8]
2626
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
2727
testing-library-dom: [8, 9]
2828
exclude:

0 commit comments

Comments
 (0)