File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 tests :
1111 env :
1212 TNT_IMAGE : tarantool/tarantool:2.10
13- PHP_IMAGE : php:7.4 -cli
13+ PHP_IMAGE : php:8.1 -cli
1414 strategy :
1515 fail-fast : false
1616 matrix :
@@ -25,15 +25,30 @@ jobs:
2525 - PHP_IMAGE : php:7.3-cli
2626 TNT_LISTEN_URI : /tmp/tarantool_client.sock
2727
28+ - PHP_IMAGE : php:7.4-cli
29+ - PHP_IMAGE : php:7.4-cli
30+ TNT_LISTEN_URI : /tmp/tarantool_client.sock
31+
2832 - PHP_IMAGE : php:8.0-cli
2933 - PHP_IMAGE : php:8.0-cli
3034 TNT_LISTEN_URI : /tmp/tarantool_client.sock
3135
3236 - COVERAGE_FILE : coverage.clover
37+ # scrutinizer doesn't support PHP 8
38+ PHP_IMAGE : php:7.4-cli
3339 - COVERAGE_FILE : coverage.clover
40+ # scrutinizer doesn't support PHP 8
41+ PHP_IMAGE : php:7.4-cli
3442 EXT_DISABLE_DECIMAL : true
3543 - COVERAGE_FILE : coverage.clover
44+ # scrutinizer doesn't support PHP 8
45+ PHP_IMAGE : php:7.4-cli
3646 TNT_LISTEN_URI : /tmp/tarantool_client.sock
47+ - COVERAGE_FILE : coverage.clover
48+ # scrutinizer doesn't support PHP 8
49+ PHP_IMAGE : php:7.4-cli
50+ # some tests are skipped on Tarantool > 2.8
51+ TNT_IMAGE : tarantool/tarantool:2.8
3752
3853 - TNT_IMAGE : tarantool/tarantool:1.7
3954 - TNT_IMAGE : tarantool/tarantool:1.9
Original file line number Diff line number Diff line change 99 php_pdepend :
1010 excluded_dirs : [vendor]
1111 external_code_coverage :
12- runs : 3
12+ runs : 4
1313
1414build :
1515 environment :
You can’t perform that action at this time.
0 commit comments