Skip to content

Commit

Permalink
update composer install in test action (#19)
Browse files Browse the repository at this point in the history
* update composer install in test action

* remove flag
  • Loading branch information
mustafah15 committed Aug 1, 2023
1 parent a2ad8ad commit 2c403ad
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 2c403ad

Please sign in to comment.