Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Sep 18, 2024
1 parent c2e3e4f commit d1d43b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- laravel: 11.*
php: 8.1

- laravel: 11.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

steps:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"require": {
"php": "^8.1",
"laravel/framework": "^10.0|^11.0"
"laravel/framework": "^10.0|^11.0",
"laravel/prompts": "^0.2.0"
},
"require-dev": {
"pestphp/pest-plugin-laravel": "^2.0.0",
Expand Down

0 comments on commit d1d43b8

Please sign in to comment.