Skip to content

Commit

Permalink
[TASK] Test with different phpunit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Jul 9, 2024
1 parent c59ac1a commit 218f925
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
include:
- TYPO3: '12.4'
php: '8.2'
phpunit: '10'
- TYPO3: '13.2'
php: '8.2'
phpunit: '11'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -78,7 +80,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
run: composer require typo3/cms-core:^${{ matrix.TYPO3 }} --prefer-dist --no-progress
run: composer require typo3/cms-core:^${{ matrix.TYPO3 }} phpunit/phpunit:^${{ matrix.phpunit }} --prefer-dist --no-progress

- name: Unit
run: Build/Scripts/runTests.sh -s unit -p ${{ matrix.php }}
Expand Down

0 comments on commit 218f925

Please sign in to comment.