Skip to content

Commit

Permalink
[TASK] Update CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Haeser committed Nov 4, 2019
1 parent f5d7c10 commit 879e359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ cgl:
script:
- find . -type f -name \*.php ! -path "./public/*" ! -path "./.build/*" | parallel --gnu php -d display_errors=stderr -l {} > /dev/null

typo3_9lts_php72 1/1:
typo3_9lts_php72:
<<: *test_php
image: php:7.2-alpine
variables:
TYPO3_VERSION: ^9.5

typo3_9lts_php73 1/1:
typo3_9lts_php73:
<<: *test_php
image: php:7.3-alpine
variables:
Expand Down

0 comments on commit 879e359

Please sign in to comment.