File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments