From 50a03c1958edb67034557abeab82e78a456fb25d Mon Sep 17 00:00:00 2001 From: Zaahid Bateson Date: Thu, 8 Jul 2021 11:20:25 -0700 Subject: [PATCH] Add php 5.5 and 5.4 --- .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 56811a4..02e9b6d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6] + php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5, 5.4] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}