We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f5616 commit d835bf3Copy full SHA for d835bf3
.github/workflows/build.yml
@@ -128,9 +128,6 @@ jobs:
128
- "7.3"
129
- "7.4"
130
- "8.0"
131
- dependencies:
132
- - "lowest"
133
- - "highest"
134
135
steps:
136
- name: "Checkout"
@@ -144,12 +141,7 @@ jobs:
144
141
extensions: mbstring
145
142
tools: composer:v2
146
143
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' }}
+ - name: "Install dependencies"
153
run: "composer update --no-interaction --no-progress --no-suggest"
154
155
- name: "Update PHPUnit"
0 commit comments