Skip to content

Commit d374406

Browse files
committed
ci(actions): Use vendor phpunit
1 parent 2ce0dd1 commit d374406

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
- ubuntu-20.04
1616
php-version:
17-
- 7.1
17+
# - 7.1
1818
- 7.2
1919
- 7.3
2020
- 8.0
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
php-version: ${{ matrix.php-version }}
3535
extensions: libsodium-1.0.2
36+
# tools: phpunit:4.x
3637

3738
- name: Cache multiple paths
3839
uses: actions/cache@v4
@@ -52,7 +53,5 @@ jobs:
5253
composer install --prefer-source --no-ansi --no-interaction
5354
5455
- name: Run tests
55-
run: |-
56-
phpunit
57-
php vendor/bin/coveralls -v
56+
run: php vendor/bin/phpunit
5857

0 commit comments

Comments
 (0)