Skip to content

Commit c201f7f

Browse files
authored
Remove outdated step in the workflow
1 parent ef5af11 commit c201f7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
key: php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }}
3939
restore-keys: php-${{ matrix.php }}-composer-locked-
4040
- name: Install PHP dependencies
41-
if: matrix.php != '8.1'
4241
run: composer update ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-suggest
43-
- name: 'Install PHP dependencies on PHP 8.1 (TODO: remove that)'
44-
if: matrix.php == '8.1'
45-
run: composer update --ignore-platform-reqs ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-suggest
4642
- name: PHPUnit
4743
run: vendor/bin/phpunit
4844

0 commit comments

Comments
 (0)