Skip to content

Commit

Permalink
Update minimum to PHP7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Oct 2, 2023
1 parent 1a0d87d commit 857538a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<file>./templates/</file>
<exclude-pattern>*/includes/*\.(inc|css|js|svg)</exclude-pattern>
<rule ref="PHPCompatibility"/>
<config name="testVersion" value="5.6-"/>
<config name="testVersion" value="7.0-"/>
<rule ref="PHPCompatibilityWP"/>
<config name="minimum_supported_wp_version" value="4.9"/>
<rule ref="WordPress.WP.DeprecatedFunctions" />
Expand Down
2 changes: 1 addition & 1 deletion simple-location.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 857538a

Please sign in to comment.