Skip to content

Commit bcf6de3

Browse files
#283: Added missing 'composer install' step
1 parent 3c82281 commit bcf6de3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: 'shivammathur/setup-php@v2'
5353
with:
5454
php-version: '8.2'
55+
- uses: 'ramsey/composer-install@v3'
5556
- run: 'vendor/bin/composer-require-checker --ansi'
5657

5758
composer:

0 commit comments

Comments
 (0)