Skip to content

Commit 96eec47

Browse files
authored
Merge pull request #38 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 20b5483 + fa55b68 commit 96eec47

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
php: 8.2
4949
- laravel: 11.*
5050
php: 8.3
51+
- laravel: 12.*
52+
php: 8.2
53+
- laravel: 12.*
54+
php: 8.3
5155
name: PHPUnit on Laravel ${{ matrix.laravel }} / PHP ${{ matrix.php }}
5256
steps:
5357
- name: Checkout code

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": "^7.2 || ^8.0",
22-
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
23-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
24-
"illuminate/validation": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
22+
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
23+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
24+
"illuminate/validation": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2525
},
2626
"require-dev": {
2727
"guzzlehttp/guzzle": "^7.8",

0 commit comments

Comments
 (0)