Skip to content

Commit ee3c029

Browse files
committed
Using shivammathur/setup-php
1 parent be93443 commit ee3c029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34+
- uses: shivammathur/setup-php@v2
35+
php-version: ${{ matrix.php }}
36+
extensions: curl,mbstring,xdebug
37+
coverage: xdebug
38+
tools: composer
3439
- name: Show PHP version
3540
run: php -v && composer -V
3641
- name: Show Docker version

0 commit comments

Comments
 (0)