Skip to content

Commit b8b4ffd

Browse files
committed
wip
1 parent 8770719 commit b8b4ffd

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,30 @@ jobs:
7777
test_types:
7878
name: Test Types
7979
strategy:
80+
fail-fast: false
8081
matrix:
81-
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+
]
82104
runs-on: ubuntu-latest
83105
steps:
84106
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)