Skip to content

Commit

Permalink
Merge pull request #37 from donatj/revert-ci
Browse files Browse the repository at this point in the history
Revert the CI changes
  • Loading branch information
donatj committed Jan 19, 2022
2 parents 7631f0c + 4c779ae commit bcec733
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: sockets, json, curl

- name: Install dependencies with composer for PHP <= 8.0
if: matrix.php-versions <= '8.0'
- name: Install dependencies with composer
run: composer install

- name: Install dependencies with composer for PHP 8.1
if: matrix.php-versions == '8.1'
run: composer req phpspec/prophecy:dev-master@dev --dev

- name: Test with phpunit
run: vendor/bin/phpunit

0 comments on commit bcec733

Please sign in to comment.