Skip to content

Commit

Permalink
Enable CI for PHP 7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 25, 2020
1 parent e65ddb8 commit 8b94f6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.1', '7.2', '7.3', '7.4']

steps:
- name: Set git to use LF
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"psr/cache": "^1.0"
},
"require-dev": {
"drupol/php-conventions": "^1.8.5",
"drupol/php-conventions": "^1.7.2 || ^1.8.5",
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"infection/infection": "^0.15.3",
"infection/infection": "^0.13.6 || ^0.15.3",
"phpbench/phpbench": "^0.16.10 || ^0.17.1",
"phpspec/phpspec": "^6.2.1",
"phpstan/phpstan": "^0.12.32",
"phpspec/phpspec": "^5.1.2 || ^6.2.1",
"phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-strict-rules": "^0.12",
"symfony/cache": "^5.1",
"symfony/cache": "^4.4 || ^5.1",
"vimeo/psalm": "^3.12.2"
},
"config": {
Expand Down

0 comments on commit 8b94f6d

Please sign in to comment.