From 25469f2ce01280b666f96d4cce6e12e71c395801 Mon Sep 17 00:00:00 2001 From: Matthias Neid Date: Tue, 3 Feb 2026 13:13:37 +0100 Subject: [PATCH] drop php 8.3 support --- .github/workflows/tests.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 755e4b4..0dde0a1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-version: [ '8.3', '8.4', '8.5' ] + php-version: [ '8.4', '8.5' ] name: Run tests on PHP v${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 3e59d93..00468d5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "source": "https://github.com/aternosorg/php-model" }, "require": { - "php": ">=8.3", + "php": ">=8.4", "ext-json": "*", "psr/http-client": "^1.0", "psr/http-factory": "^1.1"