Skip to content

Commit 2c403ad

Browse files
authored
update composer install in test action (#19)
* update composer install in test action * remove flag
1 parent a2ad8ad commit 2c403ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
${{ runner.os }}-php-
3434
3535
- name: Install dependencies
36-
uses: php-actions/composer@v6
36+
uses: ramsey/composer-install@v2
3737
with:
38-
version: 2
39-
php_version: ${{ matrix.php-versions }}
38+
dependency-versions: ${{ matrix.php-versions }}
4039

4140
- name: Run test suite
4241
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)