Skip to content

Commit 381d004

Browse files
committed
correctly install deps only when needed
1 parent 3f113f1 commit 381d004

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
with:
3434
path: /tmp/composer-cache
3535
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
36+
- uses: php-actions/composer@v6
37+
with:
38+
progress: yes
39+
php_version: 8.0
40+
version: 2
3641
- uses: php-actions/phpunit@v3
3742
with:
3843
configuration: phpunit.xml.dist

0 commit comments

Comments
 (0)