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 809527e commit 1dab584Copy full SHA for 1dab584
.github/workflows/main.yml
@@ -46,13 +46,13 @@ jobs:
46
composer --version
47
phpunit --version
48
49
- - name: Install Composer
+ - 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
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
0 commit comments