ci: update Drone CI pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2023-11-09 18:25:01 +01:00
parent deedcf4a87
commit b9491a4260
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -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