Skip to content

Commit

Permalink
Resolves issue#26
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Nov 26, 2021
1 parent 2dc7247 commit 7c6bfec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
],
"require": {
"php": "^7.4.0",
"php": "^7.4.0|^8.0",
"ext-json": "*",
"composer-plugin-api": "^2.1"
},
"require-dev": {
"composer/composer": "1.10.10",
"composer/composer": "^2.1",
"infection/infection": "^0.21.5",
"mikey179/vfsstream": "^1.6",
"phpro/grumphp": "^0.17.1 || ^0.19.0 || ^0.20.0",
"phpro/grumphp": "^1.0",
"phpstan/phpstan": "^1.2.0",
"phpunit/phpunit": "^9.2",
"squizlabs/php_codesniffer": "^3.4",
Expand Down

0 comments on commit 7c6bfec

Please sign in to comment.