Skip to content

Commit

Permalink
Update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Dec 16, 2024
1 parent c345523 commit fce4f91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- name: Cache dependencies
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}

- name: Validate Composer files
run: composer validate

Expand Down

0 comments on commit fce4f91

Please sign in to comment.