From 857538a53b8a20f8e0d977f175a966fa273ec73c Mon Sep 17 00:00:00 2001 From: David Shanske Date: Mon, 2 Oct 2023 05:21:52 +0000 Subject: [PATCH] Update minimum to PHP7.0 --- .github/workflows/phpunit.yml | 2 +- phpcs.xml | 2 +- simple-location.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index af3e770..8433547 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false 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 diff --git a/phpcs.xml b/phpcs.xml index 02bfc52..ec4fc69 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -7,7 +7,7 @@ ./templates/ */includes/*\.(inc|css|js|svg) - + diff --git a/simple-location.php b/simple-location.php index 3999025..4eaba4b 100755 --- a/simple-location.php +++ b/simple-location.php @@ -5,7 +5,7 @@ * Description: Adds Location to WordPress * Version: 5.0.16 * Requires at least: 4.9 - * Requires PHP: 5.6 + * Requires PHP: 7.0 * Requires CP: 1.4.3 * Author: David Shanske * Author URI: https://david.shanske.com