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.
2 parents 7631f0c + 4c779ae commit bcec733Copy full SHA for bcec733
.github/workflows/ci.yml
@@ -25,13 +25,8 @@ jobs:
25
php-version: ${{ matrix.php-versions }}
26
extensions: sockets, json, curl
27
28
- - name: Install dependencies with composer for PHP <= 8.0
29
- if: matrix.php-versions <= '8.0'
+ - name: Install dependencies with composer
30
run: composer install
31
32
- - name: Install dependencies with composer for PHP 8.1
33
- if: matrix.php-versions == '8.1'
34
- run: composer req phpspec/prophecy:dev-master@dev --dev
35
-
36
- name: Test with phpunit
37
run: vendor/bin/phpunit
0 commit comments