Skip to content

Commit c971f6e

Browse files
Remove leftover workaround (#57306)
1 parent da58855 commit c971f6e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ jobs:
7676
- name: Set Framework version
7777
run: composer config version "12.x-dev"
7878

79-
- name: Set Minimum dependencies for `prefer-lowest`
80-
uses: nick-fields/retry@v3
81-
with:
82-
timeout_minutes: 5
83-
max_attempts: 5
84-
command: composer require opis/string:2.0.1 --no-interaction --no-update
85-
shell: bash
86-
if: matrix.stability == 'prefer-lowest'
87-
8879
- name: Install dependencies
8980
uses: nick-fields/retry@v3
9081
with:
@@ -154,15 +145,6 @@ jobs:
154145
- name: Set Framework version
155146
run: composer config version "12.x-dev"
156147

157-
- name: Set Minimum dependencies for `prefer-lowest`
158-
uses: nick-fields/retry@v3
159-
with:
160-
timeout_minutes: 5
161-
max_attempts: 5
162-
command: composer require opis/string:2.0.1 --no-interaction --no-update
163-
shell: bash
164-
if: matrix.stability == 'prefer-lowest'
165-
166148
- name: Install dependencies
167149
uses: nick-fields/retry@v3
168150
with:

0 commit comments

Comments
 (0)