mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-14 02:32:10 -06:00
Fixed usage of inputs instead of matrix on CI workflow
This commit is contained in:
parent
b7f7288a4b
commit
aca5804f98
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user