From e78a7802186c056d39d4ecdbf3fc347085cd1d41 Mon Sep 17 00:00:00 2001 From: Michael Aerni Date: Fri, 5 Jul 2024 12:53:30 -0400 Subject: [PATCH] Require PHP 8.2 --- .github/workflows/run-tests.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 13cf119..ea0d832 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2, 8.3] + php: [8.2, 8.3] laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index f3517d6..8c6c7e9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "laravel/framework": "^10.0 || ^11.0", "statamic/cms": "^5.0", "stechstudio/laravel-zipstream": "^5.0"