Skip to content

Commit

Permalink
Allow PHP 8 (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Feb 5, 2021
1 parent 28985d1 commit af231d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: ['7.3', '7.4']
php-version: ['7.3', '7.4', '8.0']
dependencies: ['']
include:
- { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' }
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"friendsofphp/php-cs-fixer": "^2.16.3",
"slevomat/coding-standard": "^6.4.1",
"symplify/easy-coding-standard": "^9.0.50"
Expand Down

0 comments on commit af231d9

Please sign in to comment.