Skip to content

Commit

Permalink
Add new cartridge versions to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Feb 3, 2025
1 parent 03d31c6 commit 649da5a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- tarantool: "1.10"
cartridge: "2.11.0"
- tarantool: "1.10"
cartridge: "2.12.1"
cartridge: "2.12.4"
- tarantool: "1.10"
cartridge: "2.13.0"
# 2.10
- tarantool: "2.10"
cartridge: "2.7.9"
Expand All @@ -55,7 +57,9 @@ jobs:
- tarantool: "2.10"
cartridge: "2.11.0"
- tarantool: "2.10"
cartridge: "2.12.1"
cartridge: "2.12.4"
- tarantool: "2.10"
cartridge: "2.13.0"
- tarantool: "2.10"
cartridge: ""
# 2.11
Expand All @@ -70,14 +74,20 @@ jobs:
- tarantool: "2.11"
cartridge: "2.11.0"
- tarantool: "2.11"
cartridge: "2.12.1"
cartridge: "2.12.4"
- tarantool: "2.11"
cartridge: "2.13.0"
- tarantool: "2.11"
cartridge: ""
# 3.x
- tarantool: "3.0"
cartridge: ""
- tarantool: "3.1"
cartridge: ""
- tarantool: "3.2"
cartridge: ""
- tarantool: "3.3"
cartridge: ""
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 649da5a

Please sign in to comment.