Skip to content

extend test matrix

extend test matrix #42

Workflow file for this run

name: tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
tarantool: ["2.6", "2.8", "2.10", "2.11"]
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
- run: docker run -d -p 3301:3301 tarantool/tarantool:${{ matrix.tarantool }}
- run: vendor/bin/phpunit tests