From 36f09a8da07704b92a8855d9798572f7ec3c4be2 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Fri, 5 Jan 2024 09:34:34 -0500 Subject: [PATCH] [ALLI-10620] Remove 8.0 and 8.1 support. --- .github/workflows/ci.yml | 4 ---- composer.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f60294e..63db9ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: strategy: matrix: include: - - php-version: 8.0 - - php-version: 8.1 - php-version: 8.2 - php-version: 8.3 @@ -36,8 +34,6 @@ jobs: strategy: matrix: include: - - php-version: 8.0 - - php-version: 8.1 - php-version: 8.2 - php-version: 8.3 diff --git a/composer.json b/composer.json index 251ae65..ec305b1 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ { "name": "Christopher Davis", "email": "chris@pmg.com" } ], "require": { - "php": "^8.0", + "php": "^8.2", "psr/log": "^1.0 || ^2.0 || ^3.0", "guzzlehttp/promises": "^1.3"