Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test against php 8.1 (#80)
* Update tests.yml

* Update composer.json
  • Loading branch information
Sergiy Petrov committed Oct 21, 2021
1 parent de428f6 commit 42a58ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "locked"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -35,7 +35,7 @@
"laravel/tinker": "^2.5",
"nunomaduro/larastan": "^0.7.12",
"orchestra/canvas": "^6.1",
"orchestra/testbench": "^6.17"
"orchestra/testbench": "^6.22"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 42a58ae

Please sign in to comment.