Skip to content

Commit

Permalink
Merge pull request #328 from GM-Alex/next
Browse files Browse the repository at this point in the history
Bump version 2.2.10
  • Loading branch information
GM-Alex authored Feb 26, 2021
2 parents 7af04cb + 40b7155 commit c197d99
Show file tree
Hide file tree
Showing 9 changed files with 439 additions and 1,163 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: Setup php
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '7.2'
tools: composer:v1
- name: Install composer dependencies
run: composer install
- name: "Run php code sniffer"
Expand All @@ -22,4 +23,4 @@ jobs:
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
rm ocular.phar
- name: "Run infection mutation tests"
run: ./vendor/bin/infection --threads=8
run: ./vendor/bin/infection --configuration=infection-7.2.json.dist --threads=8
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"description": "User Access Manager plugin for Wordpress",
"type": "wordpress-plugin",
"license": "GPL-2.0",
"version": "2.2.9",
"version": "2.2.10",
"authors": [
{
"name": "Alexander Schneider",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.3"
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^8.5 || ^9.5",
"wp-cli/wp-cli": "^v2.4.1",
"adlawson/vfs": "^0.12",
"infection/infection": "^0.21",
"infection/infection": "^0.15 || ^0.21",
"squizlabs/php_codesniffer": "^3.5",
"johnpbloch/wordpress-core": "^5.6",
"php-vcr/php-vcr": "^1.5"
Expand Down
Loading

0 comments on commit c197d99

Please sign in to comment.