From c138b620f9f0810e8d3a9eef54ac484805dcd19c Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 22 Feb 2024 18:24:05 -0600 Subject: [PATCH] phpseclib:dev-master requires PHP 8.1+ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5abac4d..920166b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,4 +28,4 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] \ No newline at end of file + php-version: ['8.1', '8.2', '8.3'] \ No newline at end of file