From 331188d6f1311c438d152a1fa9d82380b220a631 Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Fri, 27 Dec 2024 18:34:10 +0100 Subject: [PATCH] Drop PHP 8.1 support --- .github/workflows/phpunit.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index fde8793..81a3e22 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.1', '8.2', '8.3', '8.4' ] + php: [ '8.2', '8.3', '8.4' ] name: On PHP ${{ matrix.php }} steps: diff --git a/composer.json b/composer.json index a78a74c..da7b4af 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "twig/twig": "^2.15.3||^3.4.3" }, "require-dev": {