Skip to content

Commit

Permalink
build(tests): Run tests without Doctrine ODM
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Czarnecki committed Oct 13, 2023
1 parent 9b8dc5b commit 4ffc1e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
if: ${{ matrix.composer-stability }}
run: composer config minimum-stability ${{ matrix.composer-stability }}

- name: Uninstall Doctrine ODM
run: composer remove doctrine/phpcr-odm jackalope/jackalope-doctrine-dbal --no-update --dev

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit 4ffc1e0

Please sign in to comment.