Commit ddc22b4 1 parent 4a2326e commit ddc22b4 Copy full SHA for ddc22b4
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 10
10
tests :
11
11
env :
12
12
TNT_IMAGE : tarantool/tarantool:2.10
13
- PHP_IMAGE : php:7.4 -cli
13
+ PHP_IMAGE : php:8.1 -cli
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
@@ -25,15 +25,30 @@ jobs:
25
25
- PHP_IMAGE : php:7.3-cli
26
26
TNT_LISTEN_URI : /tmp/tarantool_client.sock
27
27
28
+ - PHP_IMAGE : php:7.4-cli
29
+ - PHP_IMAGE : php:7.4-cli
30
+ TNT_LISTEN_URI : /tmp/tarantool_client.sock
31
+
28
32
- PHP_IMAGE : php:8.0-cli
29
33
- PHP_IMAGE : php:8.0-cli
30
34
TNT_LISTEN_URI : /tmp/tarantool_client.sock
31
35
32
36
- COVERAGE_FILE : coverage.clover
37
+ # scrutinizer doesn't support PHP 8
38
+ PHP_IMAGE : php:7.4-cli
33
39
- COVERAGE_FILE : coverage.clover
40
+ # scrutinizer doesn't support PHP 8
41
+ PHP_IMAGE : php:7.4-cli
34
42
EXT_DISABLE_DECIMAL : true
35
43
- COVERAGE_FILE : coverage.clover
44
+ # scrutinizer doesn't support PHP 8
45
+ PHP_IMAGE : php:7.4-cli
36
46
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
37
52
38
53
- TNT_IMAGE : tarantool/tarantool:1.7
39
54
- TNT_IMAGE : tarantool/tarantool:1.9
Original file line number Diff line number Diff line change 9
9
php_pdepend :
10
10
excluded_dirs : [vendor]
11
11
external_code_coverage :
12
- runs : 3
12
+ runs : 4
13
13
14
14
build :
15
15
environment :
You can’t perform that action at this time.
0 commit comments