Skip to content

Commit ddc22b4

Browse files
committed
Update test matrix
1 parent 4a2326e commit ddc22b4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/workflows/qa.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tools:
99
php_pdepend:
1010
excluded_dirs: [vendor]
1111
external_code_coverage:
12-
runs: 3
12+
runs: 4
1313

1414
build:
1515
environment:

0 commit comments

Comments
 (0)