Skip to content

Commit

Permalink
chore: typo3 testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Jun 19, 2024
1 parent eb7a2a1 commit 8f40dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies with nimut/typo3-complete:${{ matrix.typo3 }}
- name: Install dependencies with typo3/testing-framework
run: |
composer require --dev nimut/typo3-complete:${{ matrix.typo3 }} --no-progress
composer require --dev typo3/testing-framework --no-progress
git checkout composer.json
ln -nfs .Build/vendor/typo3/cms/typo3 typo3
Expand Down

0 comments on commit 8f40dc8

Please sign in to comment.