Skip to content

Commit

Permalink
Merge pull request #11 from savannabits/0.x-dev
Browse files Browse the repository at this point in the history
0.x dev - Dependency Updates and Test Workflow updates
  • Loading branch information
coolsam726 authored Apr 6, 2024
2 parents fdb950e + f7c73a3 commit 49063b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 8.*
testbench: 9.*
carbon: ^2.63

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"illuminate/contracts": "^11.0"
},
"require-dev": {
"larastan/larastan": "^2.9",
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8.1.1",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.3",
Expand Down

0 comments on commit 49063b0

Please sign in to comment.