Skip to content

Commit

Permalink
Remove Hateoas on SF7
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed May 15, 2024
1 parent 4fc3315 commit a6054c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
if: matrix.collections != ''
run: composer require "doctrine/collections:${{ matrix.collections }}" --no-update --no-scripts

-
name: Remove willdurand/hateoas-bundle
if: ${{ true == contains( matrix.symfony, '~7.0.0' ) }}
run: |
composer remove --dev "willdurand/hateoas-bundle" --no-update --no-scripts
-
name: Install dependencies
run: |
Expand Down

0 comments on commit a6054c7

Please sign in to comment.