Skip to content

Commit 9ab0e7e

Browse files
Bump minimum Laravel version reqs to v10.48, v11.44 and v12.2
1 parent 886751f commit 9ab0e7e

57 files changed

Lines changed: 87 additions & 40 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php: ['8.3', '8.4', '8.5']
17-
laravel: ['10.48', '11.0', '11.44', '12.0']
17+
laravel: ['10.48', '11.44', '11.46', '12.2', '12.38']
1818
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1919
steps:
2020
- name: Checkout

Changelog.md

Lines changed: 1 addition & 0 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^8.3",
1919
"ext-json": "*",
2020
"ext-pdo": "*",
21-
"laravel/framework": "^10.48|^11.0|^12.0",
21+
"laravel/framework": "^10.48|^11.44|^12.2",
2222
"konekt/enum": "^4.2",
2323
"konekt/concord": "^1.15",
2424
"konekt/xtend": "^2.0",

src/Adjustments/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [ '8.3', '8.4' ]
12-
laravel: [ '10.48', '11.0', '11.44', '12.0' ]
12+
laravel: [ '10.48', '11.44', '11.46', '12.2', '12.38' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

src/Adjustments/Changelog.md

Lines changed: 2 additions & 1 deletion

src/Adjustments/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"konekt/concord": "^1.15",
2222
"konekt/enum": "^4.2",
2323
"konekt/enum-eloquent": "^1.9",
24-
"laravel/framework": "^10.48|^11.0|^12.0"
24+
"laravel/framework": "^10.48|^11.44|^12.2"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^10.0|^11.0",

src/Cart/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [ '8.3', '8.4' ]
12-
laravel: [ '10.48', '11.0', '11.44', '12.0' ]
12+
laravel: [ '10.48', '11.44', '11.46', '12.2', '12.38' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

src/Cart/Changelog.md

Lines changed: 1 addition & 0 deletions

src/Cart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.3",
2121
"konekt/concord": "^1.15",
2222
"konekt/enum": "^4.2",
23-
"laravel/framework": "^10.48|^11.0|^12.0",
23+
"laravel/framework": "^10.48|^11.44|^12.2",
2424
"vanilo/contracts": "^5.0",
2525
"vanilo/support": "^5.0"
2626
},

src/Category/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [ '8.3', '8.4' ]
12-
laravel: [ '10.48', '11.0', '11.44', '12.0' ]
12+
laravel: [ '10.48', '11.44', '11.46', '12.2', '12.38' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)