From 397e4b6bb07b17ca64a7ac49a68222d9d0c98ddf Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 6 Jun 2026 01:02:24 +0000 Subject: [PATCH] 6 - Relax PHP constraint to >=8.3, use 8.3 in CI --- .forgejo/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7e9d5f4..a7e8eee 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Set up PHP uses: https://github.com/shivammathur/setup-php@v2 with: - php-version: '8.4' + php-version: '8.3' extensions: pdo_pgsql, mbstring, xml, dom, intl coverage: pcov diff --git a/composer.json b/composer.json index 9dfe4b4..c76f2c3 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "minimum-stability": "stable", "prefer-stable": true, "require": { - "php": ">=8.4", + "php": ">=8.3", "ext-ctype": "*", "ext-iconv": "*", "doctrine/doctrine-bundle": "^3.2",