From 3a3b3649f4c416bb9f0525264d0459e0d4f90ed0 Mon Sep 17 00:00:00 2001 From: othillo Date: Thu, 28 Mar 2024 13:40:37 +0100 Subject: [PATCH] run PHPStan on PHP 8.0 --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f57a41..14586b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: - php-version: "8.3" + php-version: "8.0" coverage: "none" - name: "Install dependencies with Composer" uses: "ramsey/composer-install@v2" diff --git a/composer.json b/composer.json index 8582bec..fd6755d 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.0", "broadway/broadway": "^2.2.1", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"