Skip to content

Commit

Permalink
chore: update laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed Mar 14, 2024
1 parent 44bef44 commit 88e7192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*]
laravel: [10.*, 11.*]
coverage: [none]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^v8.19.0",
"orchestra/testbench": "^v8.19.0|^9.0",
"league/flysystem-aws-s3-v3": "^3.0",
"pestphp/pest": "^2.0"
},
Expand Down

0 comments on commit 88e7192

Please sign in to comment.