Skip to content

Commit 6f52113

Browse files
committed
Fix script paths
1 parent 3070ae0 commit 6f52113

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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",

0 commit comments

Comments
 (0)