Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Feb 24, 2024
1 parent f7c8645 commit af86536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
- run: composer install
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit af86536

Please sign in to comment.