Skip to content

Commit bcec733

Browse files
authored
Merge pull request #37 from donatj/revert-ci
Revert the CI changes
2 parents 7631f0c + 4c779ae commit bcec733

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ jobs:
2525
php-version: ${{ matrix.php-versions }}
2626
extensions: sockets, json, curl
2727

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

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-
3631
- name: Test with phpunit
3732
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)