From b9491a42606bd0674764f68b9113db10a247354c Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 9 Nov 2023 18:25:01 +0100 Subject: [PATCH] ci: update Drone CI pipeline --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6743002..7916ef8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,13 +8,13 @@ steps: commands: - composer install --ignore-platform-req=php - name: lint-php - image: php:8.0 + image: php:8.2 commands: - ./vendor/bin/phpcs depends_on: - composer-install - name: node-install - image: node:16 + image: node:18 commands: - npm install - name: lint-assets