Skip to content

Commit b90f49f

Browse files
Revert "Install PHP 8.1 dependencies ignoring php req"
This reverts commit a9d2cd2.
1 parent a9d2cd2 commit b90f49f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
timeout_minutes: 5
3434
max_attempts: 5
3535
command: composer update --no-interaction --no-progress
36-
if: "matrix.php < 8.1"
37-
38-
- name: Install PHP 8.1 Dependencies
39-
uses: nick-invision/retry@v1
40-
with:
41-
timeout_minutes: 5
42-
max_attempts: 5
43-
command: composer update --no-interaction --no-progress --ignore-platform-req=php
44-
if: "matrix.php >= 8.1"
4536

4637
- name: Execute PHPUnit
4738
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)