Skip to content

Commit

Permalink
chore: use matrix core instead of nimu/complete
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh committed Jun 27, 2024
1 parent d7c71c3 commit 5ee617d
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 @@ -39,9 +39,9 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

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

0 comments on commit 5ee617d

Please sign in to comment.