Skip to content

Commit 1750bc1

Browse files
committed
Bump tarantool/client version to v0.10
1 parent 43eb379 commit 1750bc1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ on:
88
jobs:
99
tests:
1010
env:
11-
TNT_IMAGE: tarantool/tarantool:2.10.0-rc1
12-
PHP_IMAGE: php:8.0-cli
11+
TNT_IMAGE: tarantool/tarantool:2.10
12+
PHP_IMAGE: php:8.1-cli
1313
strategy:
1414
matrix:
1515
operating-system: [ubuntu-latest]
1616
env:
17-
- PHP_IMAGE: php:7.1-cli
1817
- PHP_IMAGE: php:7.2-cli
1918

2019
- PHP_IMAGE: php:7.3-cli

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1|^8",
15-
"tarantool/client": "^0.7|^0.8|^0.9"
14+
"php": "^7.2.5|^8",
15+
"tarantool/client": "^0.10"
1616
},
1717
"require-dev": {
18-
"friendsofphp/php-cs-fixer": "^2.14",
19-
"rybakit/msgpack": "^0.7",
20-
"tarantool/phpunit-extras": "^0.1",
18+
"friendsofphp/php-cs-fixer": "^2.19",
19+
"tarantool/phpunit-extras": "^0.2",
2120
"vimeo/psalm": "^3.9|^4"
2221
},
2322
"autoload": {

0 commit comments

Comments
 (0)