Skip to content

Commit

Permalink
replace composer install step (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafah15 authored Aug 1, 2023
1 parent 7de1d81 commit c8bdb48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
${{ runner.os }}-php-
- name: Install dependencies
uses: php-actions/composer@v6
uses: ramsey/composer-install@v2
with:
version: 2
php_version: ${{ matrix.php-versions }}
dependency-versions: ${{ matrix.php-versions }}

- name: Run test suite
run: vendor/bin/phpunit

0 comments on commit c8bdb48

Please sign in to comment.