Skip to content

Commit 1dab584

Browse files
author
Samuel Akopyan
committed
~ changes in automation
1 parent 809527e commit 1dab584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
composer --version
4747
phpunit --version
4848
49-
- name: Install Composer
49+
- name: Install Composer
5050
run: |
5151
apt-get update && apt-get install -y unzip
5252
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
5353
composer install
5454
55-
- name: Install PHPUnit
55+
- name: Install PHPUnit
5656
run: composer require phpunit/phpunit ^7
5757

5858
- name: Check again some packages if they are installed

0 commit comments

Comments
 (0)