Skip to content

Commit d835bf3

Browse files
committed
Do not build with lowest PHPStan version
1 parent f9f5616 commit d835bf3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

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

135132
steps:
136133
- name: "Checkout"
@@ -144,12 +141,7 @@ jobs:
144141
extensions: mbstring
145142
tools: composer:v2
146143

147-
- name: "Install lowest dependencies"
148-
if: ${{ matrix.dependencies == 'lowest' }}
149-
run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest"
150-
151-
- name: "Install highest dependencies"
152-
if: ${{ matrix.dependencies == 'highest' }}
144+
- name: "Install dependencies"
153145
run: "composer update --no-interaction --no-progress --no-suggest"
154146

155147
- name: "Update PHPUnit"

0 commit comments

Comments
 (0)