From 1e1ffe164fabd1ac75f731845ae07d5f4e4f3e36 Mon Sep 17 00:00:00 2001 From: Thomas Bley Date: Fri, 21 Jul 2023 22:50:24 +0200 Subject: [PATCH] #10026 keep running phpcs and php lint with 7.4 --- .circleci/config.yml | 4 ++-- .github/workflows/build-phar.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ac95561065..0c4d5026289 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/ diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index b042b090497..8d75dfe63c3 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -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: