Skip to content

Commit

Permalink
ci: run tests with tarantool-2.10
Browse files Browse the repository at this point in the history
Run tests for tarantool 2.10 release
  • Loading branch information
0x501D committed Aug 11, 2022
1 parent 8cd2a01 commit da78c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: false
matrix:
tarantool: ['1.10', '2.5', '2.6', '2.7']
tarantool: ['1.10', '2.5', '2.6', '2.7', '2.8']
coveralls: [false]
include:
- tarantool: '2.8'
- tarantool: '2.10'
coveralls: true
runs-on: [ubuntu-latest]
steps:
Expand Down

0 comments on commit da78c01

Please sign in to comment.