Skip to content

Commit

Permalink
#10026 keep running phpcs and php lint with 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thbley committed Jul 21, 2023
1 parent e82114c commit 1e1ffe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executors:
- image: thecodingmachine/php:8.1-v4-cli
jobs:
"Code Style Analysis":
executor: php-80
executor: php-74
steps:
- checkout

Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e1ffe1

Please sign in to comment.