Using shivammathur/setup-php@v2 for my ci.yml is not finishing #1930
Unanswered
vikram-nagarro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Experts,
I am trying to perform some steps using yml file and for that we are using shivammathur/setup-php@v2 but this step never completes and keeps running.
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, pdo_mysql, redis
tools: composer:v2
Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions