Skip to content

Commit

Permalink
Fix tests running with unspecific TCPDF version
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Dec 11, 2023
1 parent ebd62f0 commit a79e5dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install TYPO3 core
run: composer require typo3/cms-core="^${TYPO3_VERSION}"

- name: Install specific TCPDF version for reproducible tests
run: composer require tecnickcom/tcpdf="6.6.2"

- name: PHPCS
run: .Build/bin/phpcs -n --standard=PSR12 Classes/

Expand Down

0 comments on commit a79e5dd

Please sign in to comment.