Skip to content

Commit 39689dc

Browse files
committed
ci: use PHP 7.4 for deployment preparation
1 parent a2b001a commit 39689dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ steps:
88
commands:
99
- composer install --ignore-platform-req=php
1010
- name: lint-php
11-
image: composer:2
11+
image: php:7.4
1212
commands:
1313
- ./vendor/bin/phpcs
1414
depends_on:
1515
- composer-install
1616
- name: node-install
17-
image: node:14
17+
image: node:16
1818
commands:
1919
- npm install
2020
- name: lint-assets
21-
image: node:14
21+
image: node:16
2222
commands:
2323
- npx eslint scripts/block.js
2424
- npx eslint scripts/liveticker.js

.github/workflows/wordpress-plugin-asset-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '8.0'
16+
php-version: '7.4'
1717
tools: composer
1818
- name: Install
1919
run: composer install --no-interaction

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.0'
17+
php-version: '7.4'
1818
tools: composer
1919
- name: Install
2020
run: composer install --no-interaction

0 commit comments

Comments
 (0)