Update to PHP 7.4

This commit is contained in:
Lexi / Zoe 2021-09-12 21:33:35 +02:00
parent 36b8cfe8b1
commit 87928dbbc9
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
16 changed files with 99 additions and 147 deletions

View file

@ -15,7 +15,7 @@ steps:
- composer install --no-progress --no-interaction
- name: run unit tests
image: php:7.3
image: php:7.4
commands:
- vendor/bin/phpunit -c phpunit.xml