From bb334dbcf6e7e0882bd6895c1213affa2a3c7614 Mon Sep 17 00:00:00 2001 From: David Shanske Date: Sun, 1 Oct 2023 04:48:21 +0000 Subject: [PATCH] Adjust phpunit to PHP7 minimum --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 6d04127..3f82287 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10 strategy: matrix: - php-versions: ['5.6', '7.4', '8.0', '8.2' ] + php-versions: ['7.0', '7.4', '8.0', '8.2' ] steps: - name: Checkout uses: actions/checkout@v3