Skip to content

Commit 2d8ade0

Browse files
authored
Fixing ES version
1 parent b3aea64 commit 2d8ade0

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.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
django-version: ["3.2", "4.1", "4.2", "5.0", "5.1", "5.2"]
18-
es-py-version: ["6.4", "7.4", "9.0"]
18+
es-py-version: ["6.4", "7.17", "9.0"]
1919
es-version: ["8.10.2", "9.0.0"]
2020

2121
exclude:

0 commit comments

Comments
 (0)