Skip to content

Commit fce4f91

Browse files
committed
Update tests workflow
1 parent c345523 commit fce4f91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
with:
3333
php-version: ${{ matrix.php-version }}
3434

35-
- name: Cache dependencies
36-
uses: actions/cache@v4
37-
with:
38-
path: ~/.composer/cache/files
39-
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}
40-
4135
- name: Validate Composer files
4236
run: composer validate
4337

0 commit comments

Comments
 (0)