Skip to content

Commit c8307c2

Browse files
authored
bump laravel version to 12 (#15)
* bump laravel version to 12
1 parent 9f90940 commit c8307c2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
extensions: '${{ env.php_extensions }}'
5050
key: '${{ env.key }}'
5151
- name: 'Cache extensions'
52-
uses: actions/cache@v1
52+
uses: actions/cache@v4
5353
with:
5454
path: '${{ steps.cache-env.outputs.dir }}'
5555
key: '${{ steps.cache-env.outputs.key }}'
@@ -79,7 +79,7 @@ jobs:
7979
experimental: [false]
8080
operating_system: [ubuntu-latest]
8181
postgres: ['11', '12', '13', '14', '15']
82-
laravel: ['^11.0']
82+
laravel: ['^11.0', '^12.0']
8383
php_versions: ['8.3']
8484
include:
8585
- operating_system: ubuntu-latest
@@ -120,7 +120,7 @@ jobs:
120120
extensions: ${{ env.php_extensions }}
121121
key: '${{ env.key }}'
122122
- name: 'Cache extensions'
123-
uses: actions/cache@v1
123+
uses: actions/cache@v4
124124
with:
125125
path: '${{ steps.cache-env.outputs.dir }}'
126126
key: '${{ steps.cache-env.outputs.key }}'

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
},
3737
"require": {
3838
"php": "^8.3|^8.4",
39-
"illuminate/support": "^11.0",
40-
"illuminate/database": "^11.0",
41-
"illuminate/console": "^11.0"
39+
"illuminate/support": "^11.0 | ^12.0",
40+
"illuminate/database": "^11.0 | ^12.0",
41+
"illuminate/console": "^11.0 | ^12.0"
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "^11.0",
4545
"php-mock/php-mock": "^2.0",
46-
"orchestra/testbench": "^9.0",
46+
"orchestra/testbench": "^9.0|^10.0",
4747
"umbrellio/code-style-php": "^1.2",
4848
"laravel/legacy-factories": "^1.0",
4949
"php-coveralls/php-coveralls": "^2.7"

0 commit comments

Comments
 (0)