1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

#10026 keep running phpcs and php lint with 7.4

This commit is contained in:
Thomas Bley 2023-07-21 22:50:24 +02:00
parent e82114cfee
commit 1e1ffe164f
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ executors:
- image: thecodingmachine/php:8.1-v4-cli - image: thecodingmachine/php:8.1-v4-cli
jobs: jobs:
"Code Style Analysis": "Code Style Analysis":
executor: php-80 executor: php-74
steps: steps:
- checkout - checkout
@ -41,7 +41,7 @@ jobs:
command: vendor/bin/phpcs -d memory_limit=512M command: vendor/bin/phpcs -d memory_limit=512M
phar-build: phar-build:
executor: php-80 executor: php-74
steps: steps:
- attach_workspace: - attach_workspace:
at: /home/docker/project/ at: /home/docker/project/

View File

@ -38,7 +38,7 @@ jobs:
- name: Set up PHP - name: Set up PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.0' php-version: '7.4'
tools: composer:v2 tools: composer:v2
coverage: none coverage: none
env: env: