From 8375f78113db99e47be1447ecf797be0a754d05d Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Mon, 3 Oct 2022 12:34:05 -0400 Subject: [PATCH] build(deps): drop support for PHP 7.3 --- .github/workflows/tests.yml | 4 +--- composer.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4f1ac0..8736904 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,15 +9,13 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3, 7.4, 8.0, 8.1] + php: [7.4, 8.0, 8.1] laravel: [8.*, 9.*] dependency-version: [prefer-lowest, prefer-stable] exclude: - php: 8.1 laravel: 8.* dependency-version: prefer-lowest - - php: 7.3 - laravel: 9.* - php: 7.4 laravel: 9.* include: diff --git a/composer.json b/composer.json index f987542..0612b2b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } ], "require": { - "php": "^7.3|^8.0", + "php": "^7.4|^8.0", "exolnet/envoy": "^1.109.0" }, "require-dev": {