changed to PHP >= 3 & run test via composer test

This commit is contained in:
DeveloperMarius
2021-03-23 13:34:55 +01:00
parent 69fdfb3560
commit c408f79d8a
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ jobs:
- windows-latest
php-version:
- 7.4
- 8.1
phpunit-version:
- 8.5.2
dependencies:
@@ -69,7 +68,7 @@ jobs:
# - name: Install dependencies
# run: composer install --prefer-dist
- name: Run tests with phpunit
run: phpunit tests
run: composer test
# - name: Setup composer