Skip to content

Commit 3e0eca2

Browse files
committed
Restrict test-framework to v1.2
1 parent 4160a25 commit 3e0eca2

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
- name: Install Composer dependencies
5555
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
5656

57-
- name: Install test framework
58-
run: composer require simplesamlphp/simplesamlphp-test-framework --dev
59-
6057
- name: Syntax check PHP
6158
run: bash vendor/bin/check-syntax-php.sh
6259

@@ -106,7 +103,6 @@ jobs:
106103
- name: Install Composer dependencies
107104
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
108105

109-
110106
- name: Security check for locked dependencies
111107
uses: symfonycorp/security-checker-action@v3
112108

@@ -147,9 +143,6 @@ jobs:
147143
- name: Install Composer dependencies
148144
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
149145

150-
- name: Install test framework
151-
run: composer require simplesamlphp/simplesamlphp-test-framework --dev
152-
153146
- name: Syntax check YAML / XML / JSON
154147
run: |
155148
bash vendor/bin/check-syntax-yaml.sh

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.2.1"
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)