ci: use PHP 7.4 for deployment preparation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-23 17:32:51 +01:00
parent a2b001a581
commit 39689dcbcb
3 changed files with 5 additions and 5 deletions

View File

@@ -8,17 +8,17 @@ steps:
commands:
- composer install --ignore-platform-req=php
- name: lint-php
image: composer:2
image: php:7.4
commands:
- ./vendor/bin/phpcs
depends_on:
- composer-install
- name: node-install
image: node:14
image: node:16
commands:
- npm install
- name: lint-assets
image: node:14
image: node:16
commands:
- npx eslint scripts/block.js
- npx eslint scripts/liveticker.js