Skip to content

Commit

Permalink
Merge pull request #29 from wandersonwhcr/feature/php-8.0
Browse files Browse the repository at this point in the history
PHP 8.0
  • Loading branch information
wandersonwhcr committed Mar 5, 2022
2 parents 3869a46 + 0323c22 commit 26a0faf
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 176 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
php_version:
- 7.4
- 8.0
- "8.0"
- "8.1"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stable version.
```json
{
"require": {
"wandersonwhcr/illuminate-romans": "^2.0"
"wandersonwhcr/illuminate-romans": "^3.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"validator"
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"wandersonwhcr/romans": "^1.3",
"illuminate/support": "^8.35"
},
Expand Down
Loading

0 comments on commit 26a0faf

Please sign in to comment.