Skip to content

Commit

Permalink
Fix cache issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Jan 15, 2025
1 parent 7ed89d0 commit a94027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
path: "${{ steps.composer-cache.outputs.dir }}"
key: "php-${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-${{ hashFiles('**/composer.lock') }}"
restore-keys: |
php-${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-
php-${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-${{ hashFiles('**/composer.lock') }}
- name: "Install lowest dependencies"
if: ${{ matrix.dependencies == 'lowest' }}
Expand Down

0 comments on commit a94027e

Please sign in to comment.