Skip to content

Commit

Permalink
testing with php 8 re: barbushin#593 and barbushin#599
Browse files Browse the repository at this point in the history
  • Loading branch information
bapcltd-marv committed May 27, 2021
1 parent b9e4a46 commit a846fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.2.0', '7.2', '7.3', '7.4']
php-versions: ['7.2.0', '7.2', '7.3', '7.4', '8.0', '8.0.6']

steps:
- name: Setup PHP
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"jakub-onderka/php-parallel-lint": "^1.0",
"maglnet/composer-require-checker": "^2.0",
"nikic/php-parser": "^4.3,<4.7",
"maglnet/composer-require-checker": "^2.0|^3.2",
"nikic/php-parser": "^4.3,<4.7|^4.10",
"paragonie/hidden-string": "^1.0",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5|^9.5",
"povils/phpmnd": "^2.2",
"psalm/plugin-phpunit": "^0.10.0",
"psalm/plugin-phpunit": "^0.10.0|^0.15.1",
"roave/security-advisories": "dev-master",
"sebastian/phpcpd": "^4.1",
"vimeo/psalm": "^3.12"
"sebastian/phpcpd": "^4.1|^6.0",
"vimeo/psalm": "^4.7"
},
"scripts": {
"static-analysis": [
Expand Down

0 comments on commit a846fad

Please sign in to comment.