From 1a9178f4b71a4f9abde918b2a421dd3f57f8a52f Mon Sep 17 00:00:00 2001 From: Levi Zoesch Date: Mon, 30 Oct 2023 00:45:58 -0700 Subject: [PATCH] push --- .github/workflows/laravel-7.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel-7.yml b/.github/workflows/laravel-7.yml index 9d4bccb..0d033bc 100644 --- a/.github/workflows/laravel-7.yml +++ b/.github/workflows/laravel-7.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [7.3] + php: [7.4] laravel: [7] stability: [prefer-dist] diff --git a/composer.json b/composer.json index b8ff721..035f20a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2", + "php": "^7.4|^8.0|^8.1|^8.2", "ext-curl": "*", "illuminate/contracts": "^8.0|^9.0|^10.0", "levizoesch/laravelsetenvironment": "^1.0.2",