Skip to content

Commit

Permalink
managing versions stinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Scarrone authored and ninjapanzer committed Dec 1, 2020
1 parent b441114 commit c30f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
php -r "if(! extension_loaded('phalcon')) {throw new Exception('phalcon not found');}"
php -r "if(phpversion('phalcon')!='4.0.0') {throw new Exception('Wrong phalcon version Installed '. phpversion('phalcon'));}"
- name: Testing ini values 7.4 HEAD
if: startsWith( matrix.phalcon, '4.0.' ) != true && startsWith( matrix.phalcon, '4.1.' ) != true
if: startsWith( matrix.phalcon, '4.0.' ) || startsWith( matrix.phalcon, '4.1.' )
run: |
php -r "echo 'xdebug: '.extension_loaded('xdebug');"
php -r "echo 'psr: ' . phpversion('psr').\"\n\";"
Expand Down

0 comments on commit c30f2f7

Please sign in to comment.