mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-14 10:42:15 -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
|
- run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_postgres
|
||||||
- uses: shivammathur/setup-php@v2
|
- uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ inputs.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
tools: composer
|
tools: composer
|
||||||
- run: composer install --no-interaction --prefer-dist
|
- run: composer install --no-interaction --prefer-dist
|
||||||
- run: ./vendor/bin/rr get --location bin/ && chmod +x bin/rr
|
- run: ./vendor/bin/rr get --location bin/ && chmod +x bin/rr
|
||||||
|
Loading…
Reference in New Issue
Block a user