Skip to content

Commit

Permalink
remove workaround test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Feb 16, 2025
1 parent ec484d0 commit 93c7d77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
if: ${{ matrix.unstable }}
run: composer config minimum-stability dev --ansi

- name: Uninstall the package that is not compatible with Laravel 11
if: ${{ matrix.unstable }}
run: composer remove --dev tartanlegrand/laravel-openapi --no-interaction --no-update

- name: Install Composer dependencies
run: composer update --prefer-${{ matrix.stability }} ${{ matrix.option }} --no-interaction --no-progress --ansi

Expand Down

0 comments on commit 93c7d77

Please sign in to comment.