Skip to content

Commit

Permalink
[TASK] Fix nightly error until new testing framework is released
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b committed Oct 3, 2024
1 parent c91689b commit 2ad1a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
unit-coverage-name: coverage-unit-main
functional-coverage-name: coverage-functional-main
composer-remove: phpstan/phpstan saschaegerer/phpstan-typo3
composer-require: 'typo3/cms-backend:"dev-main@dev" typo3/cms-core:"dev-main@dev" typo3/cms-extbase:"dev-main@dev" typo3/cms-filelist:"dev-main@dev" typo3/cms-fluid:"dev-main@dev" typo3/cms-frontend:"dev-main@dev"'
composer-require: 'typo3/cms-backend:"dev-main@dev" typo3/cms-core:"dev-main@dev" typo3/cms-extbase:"dev-main@dev" typo3/cms-filelist:"dev-main@dev" typo3/cms-fluid:"dev-main@dev" typo3/cms-frontend:"dev-main@dev" composer/class-map-generator'

test-lts:
name: Nightly Testing (current LTS)
Expand Down

0 comments on commit 2ad1a02

Please sign in to comment.