We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8770719 commit b8b4ffdCopy full SHA for b8b4ffd
1 file changed
.github/workflows/ci.yml
@@ -77,8 +77,30 @@ jobs:
77
test_types:
78
name: Test Types
79
strategy:
80
+ fail-fast: false
81
matrix:
- eslint: [9.15.0, 9.x, 10.x]
82
+ eslint:
83
+ [
84
+ 9.15.0,
85
+ 9.16.0,
86
+ 9.17.0,
87
+ 9.18.0,
88
+ 9.19.0,
89
+ 9.20.0,
90
+ 9.21.0,
91
+ 9.22.0,
92
+ 9.23.0,
93
+ 9.24.0,
94
+ 9.25.0,
95
+ 9.26.0,
96
+ 9.27.0,
97
+ 9.28.0,
98
+ 9.29.0,
99
+ 9.30.0,
100
+ 9.31.0,
101
+ 9.x,
102
+ 10.x,
103
+ ]
104
runs-on: ubuntu-latest
105
steps:
106
- uses: actions/checkout@v6
0 commit comments