Skip to content

Commit 7877fbe

Browse files
committed
Fix ES deps in ci action
1 parent e5441e9 commit 7877fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717
django-version: ["4.2", "5.1", "5.2"]
18-
es-version: ["7", "8", "9"]
18+
es-version: ["7.17.28", "8.18.2", "9.0.2"]
1919
version: ["7.4", "8.0", "master"]
2020

2121
exclude:

0 commit comments

Comments
 (0)