Skip to content

Commit

Permalink
ci: only test against latest versions of ESLint majors (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 19, 2024
1 parent 227d0f8 commit 7478eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
eslint: [6, 7, 8]
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
testing-library-dom: [8, 9]
exclude:
Expand Down

0 comments on commit 7478eba

Please sign in to comment.