Skip to content

Commit

Permalink
[TASK] Configure TYPO3 ELTS repository for tests with TYPO3 v11 ELTS
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 23, 2025
1 parent 8f8955e commit 9f216e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
- name: Start MySQL
run: sudo /etc/init.d/mysql start

# Configure TYPO3 ELTS
- name: Add ELTS repository
run: |
composer config repositories.typo3-elts composer https://elts.typo3.com
composer config http-basic.elts.typo3.com ${{ secrets.TYPO3_ELTS_USERNAME }} ${{ secrets.TYPO3_ELTS_PASSWORD }}
if: ${{ matrix.typo3-version == '11.5' }}

# Install dependencies
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 9f216e7

Please sign in to comment.