We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 617927d + 2b90111 commit 825154fCopy full SHA for 825154f
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
fetch-depth: 1
25
- name: Cache Composer
26
- uses: actions/cache@v1
+ uses: actions/cache@v4
27
28
path: vendor
29
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
composer.json
@@ -10,10 +10,10 @@
10
],
11
"require": {
12
"php": "^7.2|^8.0",
13
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
14
},
15
"require-dev": {
16
- "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
+ "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
17
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
18
"larastan/larastan": "^1.0|^2.0"
19
0 commit comments