Skip to content

Commit

Permalink
Revert "Remove dependencies not compatible with PHP 8"
Browse files Browse the repository at this point in the history
This reverts commit 6dc3c96.
  • Loading branch information
alexislefebvre committed Feb 1, 2021
1 parent bcfdf64 commit 0768233
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,5 @@ jobs:
dependency-versions: ${{ matrix.dependencies }}
composer-options: "--prefer-dist --prefer-stable"

- name: Remove dependencies not compatible with PHP 8
if: matrix.php-version == '8.0'
run: |
cd vendor-bin/proxy-manager && composer remove --dev --no-update doctrine/mongodb-odm-bundle && cd -
cd vendor-bin/symfony && composer remove --dev --no-update doctrine/mongodb-odm-bundle && cd -
- name: Run Tests
run: make start_databases && make test

0 comments on commit 0768233

Please sign in to comment.