Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Allport authored Mar 12, 2024
1 parent dc7a8cf commit 7599f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
key: php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.matrix.dependency-version }}-${{ hashFiles('composer.lock') }}
restore-keys: |
php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.dependency-version }}-
php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-
Expand Down

0 comments on commit 7599f37

Please sign in to comment.