Skip to content

Commit 5468efe

Browse files
authored
bump laravel version to 12
bump laravel version to 12
1 parent 28da413 commit 5468efe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
extensions: '${{ env.php_extensions }}'
5353
key: '${{ env.key }}'
5454
- name: 'Cache extensions'
55-
uses: actions/cache@v1
55+
uses: actions/cache@v4
5656
with:
5757
path: '${{ steps.cache-env.outputs.dir }}'
5858
key: '${{ steps.cache-env.outputs.key }}'
@@ -126,7 +126,7 @@ jobs:
126126
extensions: ${{ env.php_extensions }}
127127
key: '${{ env.key }}'
128128
- name: 'Cache extensions'
129-
uses: actions/cache@v1
129+
uses: actions/cache@v4
130130
with:
131131
path: '${{ steps.cache-env.outputs.dir }}'
132132
key: '${{ steps.cache-env.outputs.key }}'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"ext-pdo": "*",
3737
"php": "^8.3|^8.4",
3838
"doctrine/dbal": "3.6.*",
39-
"laravel/framework": "^11.0"
39+
"laravel/framework": "^11.0|^12.0"
4040
},
4141
"require-dev": {
4242
"umbrellio/code-style-php": "^1.2",
43-
"orchestra/testbench": "^9.0",
43+
"orchestra/testbench": "^9.0|^10.0",
4444
"php-coveralls/php-coveralls": "^2.7",
4545
"codeception/codeception": "^5.0",
4646
"phpunit/phpunit": "^11.0"

0 commit comments

Comments
 (0)