From ab30a7694b054ad5181356813dfc0acc8af12e34 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 30 Aug 2024 11:50:55 +0530 Subject: [PATCH] Run testsuite on PHP 8.4 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e2208f0..70f14fcf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: include: - php-version: '8.1' dependencies: 'lowest' + - php-version: '8.4' + dependencies: 'highest' + composer-options: '--ignore-platform-req=php' steps: - uses: actions/checkout@v4 @@ -64,7 +67,7 @@ jobs: php-version: '8.1' extensions: mbstring, intl coverage: none - tools: cs2pr, phpstan:1.10 + tools: cs2pr, phpstan:1.12 - name: Composer install uses: ramsey/composer-install@v3