Skip to content

Commit

Permalink
feat: migrate from travis to github,
Browse files Browse the repository at this point in the history
allow phpunit 10
  • Loading branch information
Chris8934 committed Jan 26, 2024
1 parent ceed16f commit d192d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit d192d6e

Please sign in to comment.