mirror of
https://github.com/danog/psalm.git
synced 2024-11-29 20:28:59 +01:00
#10026 keep running phpcs and php lint with 7.4
This commit is contained in:
parent
e82114cfee
commit
1e1ffe164f
@ -13,7 +13,7 @@ executors:
|
||||
- image: thecodingmachine/php:8.1-v4-cli
|
||||
jobs:
|
||||
"Code Style Analysis":
|
||||
executor: php-80
|
||||
executor: php-74
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
command: vendor/bin/phpcs -d memory_limit=512M
|
||||
|
||||
phar-build:
|
||||
executor: php-80
|
||||
executor: php-74
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: /home/docker/project/
|
||||
|
2
.github/workflows/build-phar.yml
vendored
2
.github/workflows/build-phar.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
php-version: '7.4'
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user