Skip to content

Commit a362216

Browse files
committed
Fix composer use in CI file
1 parent fb2dec0 commit a362216

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ jobs:
2626
php-version: ${{ matrix.php }}
2727
coverage: xdebug
2828

29-
- name: Install dependencies with Composer (PHP 8.0)
30-
if: ${{ matrix.php == 8.0 }}
31-
run: rm composer.lock && composer update
32-
33-
- name: Install dependencies with Composer (PHP 8.1+)
34-
if: ${{ matrix.php >= 8.1 }}
29+
- name: Install dependencies with Composer
3530
uses: ramsey/composer-install@v2
3631

3732
- name: Coding standards

0 commit comments

Comments
 (0)