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: commands:
- composer install --ignore-platform-req=php - composer install --ignore-platform-req=php
- name: lint-php - name: lint-php
image: php:8.0 image: php:8.2
commands: commands:
- ./vendor/bin/phpcs - ./vendor/bin/phpcs
depends_on: depends_on:
- composer-install - composer-install
- name: node-install - name: node-install
image: node:16 image: node:18
commands: commands:
- npm install - npm install
- name: lint-assets - name: lint-assets