Skip to content

Commit

Permalink
Test phalcon extension v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Dec 30, 2019
1 parent 5a57543 commit c2567f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: php -v
- name: Testing Extensions
run: |
php -r "echo 'psr: ' . phpversion('psr').'\n';"
php -r "echo 'phalcon: ' . phpversion('phalcon').'\n';"
php -r "echo 'psr: ' . phpversion('psr').\"\n\";"
php -r "echo 'phalcon: ' . phpversion('phalcon').\"\n\";"
php -r "if(! extension_loaded('psr')) {throw new Exception('psr not found');}"
php -r "if(! extension_loaded('phalcon')) {throw new Exception('phalcon not found');}"
php -r "if(phpversion('phalcon')[0]!='${{ matrix.phalcon }}') {throw new Exception('Wrong phalcon version Installed');}"

0 comments on commit c2567f7

Please sign in to comment.