Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jul 5, 2022
1 parent 4a2326e commit ddc22b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tests:
env:
TNT_IMAGE: tarantool/tarantool:2.10
PHP_IMAGE: php:7.4-cli
PHP_IMAGE: php:8.1-cli
strategy:
fail-fast: false
matrix:
Expand All @@ -25,15 +25,30 @@ jobs:
- PHP_IMAGE: php:7.3-cli
TNT_LISTEN_URI: /tmp/tarantool_client.sock

- PHP_IMAGE: php:7.4-cli
- PHP_IMAGE: php:7.4-cli
TNT_LISTEN_URI: /tmp/tarantool_client.sock

- PHP_IMAGE: php:8.0-cli
- PHP_IMAGE: php:8.0-cli
TNT_LISTEN_URI: /tmp/tarantool_client.sock

- COVERAGE_FILE: coverage.clover
# scrutinizer doesn't support PHP 8
PHP_IMAGE: php:7.4-cli
- COVERAGE_FILE: coverage.clover
# scrutinizer doesn't support PHP 8
PHP_IMAGE: php:7.4-cli
EXT_DISABLE_DECIMAL: true
- COVERAGE_FILE: coverage.clover
# scrutinizer doesn't support PHP 8
PHP_IMAGE: php:7.4-cli
TNT_LISTEN_URI: /tmp/tarantool_client.sock
- COVERAGE_FILE: coverage.clover
# scrutinizer doesn't support PHP 8
PHP_IMAGE: php:7.4-cli
# some tests are skipped on Tarantool > 2.8
TNT_IMAGE: tarantool/tarantool:2.8

- TNT_IMAGE: tarantool/tarantool:1.7
- TNT_IMAGE: tarantool/tarantool:1.9
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tools:
php_pdepend:
excluded_dirs: [vendor]
external_code_coverage:
runs: 3
runs: 4

build:
environment:
Expand Down

0 comments on commit ddc22b4

Please sign in to comment.