Skip to content

Commit

Permalink
Remove CI setup for contao/test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Dec 6, 2024
1 parent 6edef05 commit 98a2423
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: Require Contao version for tests
run: composer require contao/core-bundle:${{ matrix.contao }}.* --dev --no-update

# Remove this once https://github.com/contao/contao/pull/7751 is merged and Contao 4.13.51 is released
- name: Require TestCase version for tests
run: composer require contao/test-case:${{ matrix.contao }}.* --dev --no-update

- name: Install the dependencies
run: |
composer install --no-interaction --no-progress --no-plugins
Expand Down

0 comments on commit 98a2423

Please sign in to comment.