ci: update Drone CI pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
deedcf4a87
commit
b9491a4260
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user