Skip to content

Commit

Permalink
Upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Sep 9, 2023
1 parent 3baa676 commit d06dfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand All @@ -65,7 +65,7 @@ jobs:
run: "composer require --dev phpunit/phpunit:${{ matrix.phpunit }}"

- name: Install dependencies with Composer
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2

- name: Tests
run: bin/phpunit --coverage-clover clover.xml
Expand Down

0 comments on commit d06dfcb

Please sign in to comment.