Fixed usage of inputs instead of matrix on CI workflow

This commit is contained in:
Alejandro Celaya 2022-08-27 09:21:17 +02:00
parent b7f7288a4b
commit aca5804f98

View file

@ -44,7 +44,7 @@ jobs:
- run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_postgres
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ inputs.php-version }}
php-version: ${{ matrix.php-version }}
tools: composer
- run: composer install --no-interaction --prefer-dist
- run: ./vendor/bin/rr get --location bin/ && chmod +x bin/rr