Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Fix deps resolution
  • Loading branch information
rtouze authored Feb 21, 2024
1 parent 7e41606 commit d4b58f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest

- name: Configure matchers
uses: mheap/phpunit-matcher-action@master
uses: mheap/phpunit-matcher-action@v1.5.1

- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit d4b58f1

Please sign in to comment.