Fix experimental workflow

This commit is contained in:
Shivam Mathur 2019-12-19 10:39:50 +05:30
parent 1798f4d615
commit 421187c870
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -61,7 +61,7 @@ jobs:
php-version: ${{ matrix.php-versions }} php-version: ${{ matrix.php-versions }}
extensions: mbstring, opcache, xdebug, pcov #optional extensions: mbstring, opcache, xdebug, pcov #optional
ini-values: post_max_size=256M, short_open_tag=On, date.timezone=Asia/Kolkata #optional ini-values: post_max_size=256M, short_open_tag=On, date.timezone=Asia/Kolkata #optional
coverage: xdebug coverage: pcov
- name: Testing PHP version - name: Testing PHP version
run: | run: |
@ -76,7 +76,6 @@ jobs:
run: | run: |
php -m php -m
php -r "if(! extension_loaded('mbstring')) {throw new Exception('mbstring not found');}" php -r "if(! extension_loaded('mbstring')) {throw new Exception('mbstring not found');}"
# php -r "if(! extension_loaded('Xdebug')) {throw new Exception('Xdebug not found');}"
php -r "if(! extension_loaded('pcov')) {throw new Exception('PCOV not found');}" php -r "if(! extension_loaded('pcov')) {throw new Exception('PCOV not found');}"
- name: Testing ini values - name: Testing ini values
run: | run: |