Skip to content

Commit da78c01

Browse files
committed
ci: run tests with tarantool-2.10
Run tests for tarantool 2.10 release
1 parent 8cd2a01 commit da78c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
tarantool: ['1.10', '2.5', '2.6', '2.7']
12+
tarantool: ['1.10', '2.5', '2.6', '2.7', '2.8']
1313
coveralls: [false]
1414
include:
15-
- tarantool: '2.8'
15+
- tarantool: '2.10'
1616
coveralls: true
1717
runs-on: [ubuntu-latest]
1818
steps:

0 commit comments

Comments
 (0)