Skip to content

Commit

Permalink
Mark as php 8.0 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Aug 22, 2021
1 parent 917cf86 commit 42f5170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: ['7.2', '7.3', '7.4']
php-version: ['7.2', '7.3', '7.4', '8.0']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "^7.2"
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8",
Expand Down

0 comments on commit 42f5170

Please sign in to comment.