Skip to content

Commit 52ca8cf

Browse files
committed
ci: add testing against Tarantool 2.11
1 parent 990edcb commit 52ca8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
17-
tarantool-version: ['2.8', '2.10']
17+
tarantool-version: ['2.8', '2.10', '2.11']
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)