Skip to content

Commit 8040031

Browse files
committed
Remove if condition
1 parent 081cf2f commit 8040031

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/tests2.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Install dependencies
41-
run: |
42-
php -v
43-
if [[ ${{ matrix.php == 'nightly' }} ]]; then
44-
composer install --no-interaction --ignore-platform-reqs
45-
else
46-
composer install --no-interaction
47-
fi
41+
run: composer update --no-interaction
4842

4943
- name: Run PHPCS
5044
run: vendor/bin/phpcs

0 commit comments

Comments
 (0)