Skip to content

Commit

Permalink
excluding L8, PHP8 from tests and adding testbench for L10
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci committed Feb 17, 2023
1 parent 78c0711 commit d898138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
laravel: 10.*
- php: 8.0
laravel: 10.*
- php: 8.0
laravel: 8.*
- php: 8.1
laravel: 6.*
- php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5.10",
"orchestra/testbench": "^5.0|^7.0"
"orchestra/testbench": "^5.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d898138

Please sign in to comment.