From 713dc14b68dcaed71b0dc94c3f23d90a2ea247d3 Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Thu, 24 Nov 2022 15:36:59 +0100 Subject: [PATCH] fixed phpstan --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9c780e0f..5d9dfd37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,16 +68,16 @@ steps: PDFLATEX_BIN: /usr/bin/pdflatex XELATEX_BIN: /usr/bin/xelatex - - name: composer_no_dev - image: composer:2.2.7 - commands: - - composer install --ignore-platform-reqs --no-dev - - name: phpstan_tests image: php:8.1.6 commands: - vendor/bin/phpstan analyse + - name: composer_no_dev + image: composer:2.2.7 + commands: + - composer install --ignore-platform-reqs --no-dev + - name: compress image: php:7.3 commands: