Skip to content

Commit

Permalink
chore: prepare for TYPO3_v12 - update github actions - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh committed Jul 1, 2024
1 parent c5250f7 commit c69a2b1
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 @@ -54,9 +54,9 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies with typo/cms-core:${{ matrix.typo3 }}
- name: Install dependencies with typo3/cms-core:${{ matrix.typo3 }}
run: |
composer require --dev typo/cms-core:${{ matrix.typo3 }} --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 c69a2b1

Please sign in to comment.