Skip to content

Commit f316073

Browse files
committed
SA build - do not test lowest dependencies
1 parent cbb6b3d commit f316073

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ jobs:
128128
- "7.4"
129129
- "8.0"
130130
- "8.1"
131-
dependencies:
132-
- "lowest"
133-
- "highest"
134131

135132
steps:
136133
- name: "Checkout"
@@ -148,12 +145,7 @@ jobs:
148145
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
149146
run: "composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies"
150147

151-
- name: "Install lowest dependencies"
152-
if: ${{ matrix.dependencies == 'lowest' }}
153-
run: "composer update --prefer-lowest --no-interaction --no-progress"
154-
155-
- name: "Install highest dependencies"
156-
if: ${{ matrix.dependencies == 'highest' }}
148+
- name: "Install dependencies"
157149
run: "composer update --no-interaction --no-progress"
158150

159151
- name: "PHPStan"

0 commit comments

Comments
 (0)