Skip to content

Commit 825154f

Browse files
Merge pull request #26 from bayareawebpro/dev
Dump Deps for v12
2 parents 617927d + 2b90111 commit 825154f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 1
2525
- name: Cache Composer
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
with:
2828
path: vendor
2929
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"require": {
1212
"php": "^7.2|^8.0",
13-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
13+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
1414
},
1515
"require-dev": {
16-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
16+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
1717
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
1818
"larastan/larastan": "^1.0|^2.0"
1919
},

0 commit comments

Comments
 (0)