Skip to content

Commit

Permalink
Add new compatibility tests (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Jun 6, 2024
1 parent 9634d88 commit 2cd61b1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,20 @@ jobs:
- tarantool: '1.10'
cartridge: '2.8.6'
downgrade: true
- tarantool: '2.10'
cartridge: '2.8.6'
- tarantool: '1.10'
cartridge: '2.9.0'
downgrade: true
- tarantool: '1.10'
cartridge: '2.10.0'
downgrade: true
- tarantool: '1.10'
cartridge: '2.11.0'
downgrade: true
- tarantool: '1.10'
cartridge: '2.12.0'
downgrade: true
- tarantool: '2.11'
cartridge: '2.12.0'
downgrade: true
runs-on: ubuntu-20.04
env:
Expand Down

0 comments on commit 2cd61b1

Please sign in to comment.