We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484b5a6 commit 809527eCopy full SHA for 809527e
.github/workflows/main.yml
@@ -47,12 +47,12 @@ jobs:
47
phpunit --version
48
49
- name: Install Composer
50
- run: |
51
- apt-get update && apt-get install -y unzip
52
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
53
- composer install
+ run: |
+ apt-get update && apt-get install -y unzip
+ curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
+ composer install
54
55
- - name: Install PHPUnit
+ - name: Install PHPUnit
56
run: composer require phpunit/phpunit ^7
57
58
- name: Check again some packages if they are installed
@@ -63,8 +63,3 @@ jobs:
63
- name: Runt PHPUnit tests
64
run: composer tests
65
66
-
67
68
69
70
0 commit comments