Skip to content

Commit

Permalink
fix: minimum PHP version 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Mar 27, 2022
1 parent 9d29f40 commit 05fb990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php-compatibility.yml
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
php-compatibility:
name: PHP minimum 7.0
name: PHP minimum 5.6

runs-on: ubuntu-latest

steps:
Expand All @@ -29,4 +30,4 @@ jobs:
run: composer install

- name: Run PHP Compatibility
run: vendor/bin/phpcs insert-special-characters.php --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 7.0-
run: vendor/bin/phpcs insert-special-characters.php --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 5.6-

0 comments on commit 05fb990

Please sign in to comment.