From ba6707e21553298a6bb5c8d4b9bb1dadf89eeed2 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Wed, 20 Mar 2024 11:42:30 +0100 Subject: [PATCH] Increase minimum version to PHP 7.1 --- .github/workflows/ci.yml | 3 --- composer.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3593f..126065b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,6 @@ jobs: strategy: matrix: include: - - operating-system: 'ubuntu-latest' - php-version: '7.0' - - operating-system: 'ubuntu-latest' php-version: '7.1' diff --git a/composer.json b/composer.json index 4432030..710bcbe 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } ], "require": { - "php": ">=7.0", + "php": ">=7.1", "ext-json": "*", "amphp/amp": "^2", "amphp/byte-stream": "^1.1",