Skip to content

Commit

Permalink
Merge pull request #8 from blue32a/feature/support-php-8.0
Browse files Browse the repository at this point in the history
Support PHP 8.0
  • Loading branch information
blue32a authored Jun 25, 2021
2 parents 8937b72 + f89f609 commit e1c40d2
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 @@ -10,7 +10,7 @@ jobs:

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

steps:
- name: Setup PHP ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/support": "^6.0"
},
"require-dev": {
Expand Down

0 comments on commit e1c40d2

Please sign in to comment.