File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 run : composer require simplesamlphp/simplesamlphp-test-framework --dev
5959
6060 - name : Syntax check PHP
61- run : bash vendor/bin /check-syntax-php.sh
61+ run : bash vendor/simplesamlphp/simplesamlphp-test-framework /check-syntax-php.sh
6262
6363 - name : Decide whether to run code coverage or not
6464 if : ${{ matrix.php-versions != '7.4' || matrix.operating-system != 'ubuntu-latest' }}
@@ -152,9 +152,9 @@ jobs:
152152
153153 - name : Syntax check YAML / XML / JSON
154154 run : |
155- bash vendor/bin/check-syntax-yaml.sh
156- bash vendor/bin/check-syntax-xml.sh
157- bash vendor/bin/check-syntax-json.sh
155+ bash vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-yaml.sh
156+ bash vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-xml.sh
157+ bash vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-json.sh
158158
159159 quality :
160160 name : Quality control
Original file line number Diff line number Diff line change 4343 "simplesamlphp/simplesamlphp" : " ^2.0.0"
4444 },
4545 "require-dev" : {
46- "simplesamlphp/simplesamlphp-test-framework" : " ~1.3 .2"
46+ "simplesamlphp/simplesamlphp-test-framework" : " ~1.2 .2"
4747 },
4848 "support" : {
4949 "issues" : " https://github.com/simplesamlphp/simplesamlphp-module-ldap/issues" ,
You can’t perform that action at this time.
0 commit comments