Skip to content

Commit 1aad497

Browse files
committed
setup composer
1 parent c40c19f commit 1aad497

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testkit.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Checkout driver
3333
uses: actions/checkout@v2
3434

35+
- uses: php-actions/composer@v6
36+
with:
37+
progress: yes
38+
php_version: ${{ matrix.php-version }}
39+
version: 2
40+
3541
- name: Setup PHP
3642
uses: shivammathur/setup-php@v2
3743
with:

0 commit comments

Comments
 (0)