Skip to content

Commit

Permalink
Remove workaround from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Dec 20, 2023
1 parent 7646211 commit 464cd6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ jobs:
php-version: ${{ matrix.php-version }}
tools: flex

- name: "Change stability"
if: matrix.symfony-version == '6.4.*' || matrix.symfony-version == '7.0.*'
run: |
composer config minimum-stability "dev"
composer config prefer-stable false
- name: "Install Dependencies with Composer"
uses: "ramsey/composer-install@v2"
env:
Expand Down

0 comments on commit 464cd6a

Please sign in to comment.