Skip to content

Commit

Permalink
breaking change in tarantool 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Oct 14, 2024
1 parent c989966 commit b8df503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tarantool: ["2.11", "3.2"]
tarantool: ["2.11"]
steps:
- uses: actions/checkout@v2
- run: docker run -d -p 3301:3301 tarantool/tarantool:${{ matrix.tarantool }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
php: ["8.1", "8.2", "8.3"]
tarantool: ["2.11", "3.2"]
tarantool: ["2.11"]
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
Expand Down

0 comments on commit b8df503

Please sign in to comment.