From d7a431d7c8ef40f95099bcbd8eda98abb8ddbace Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 31 May 2023 12:02:05 +0200 Subject: [PATCH] CI: Drop testing on PHP < 5.6 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97e0c85..37f7001 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - php: ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] name: PHP ${{ matrix.php }}/Linux