Skip to content

Commit 10f26e1

Browse files
Merge pull request #211 from Laravel-Lang/andrey-helldar-patch-1
Added Laravel 12 support
2 parents fd65d7f + da0aea2 commit 10f26e1

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,21 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "8.1", "8.2", "8.3" ]
15-
laravel: [ "10.0", "11.0" ]
14+
php: [ "8.1", "8.2", "8.3", "8.4" ]
15+
laravel: [ "10.0", "11.0", "12.0" ]
1616
package_lang: [ "13.0", "14.0" ]
1717
exclude:
1818
- laravel: "11.0"
1919
php: "8.1"
20+
21+
- laravel: "12.0"
22+
php: "8.1"
2023

2124
- laravel: "11.0"
2225
package_lang: "13.0"
26+
27+
- laravel: "12.0"
28+
package_lang: "13.0"
2329

2430
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Lang ${{ matrix.package_lang }}
2531

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@
5151
},
5252
"require": {
5353
"php": "^8.1",
54-
"laravel-lang/actions": "^1.8.3",
55-
"laravel-lang/attributes": "^2.10.7",
56-
"laravel-lang/http-statuses": "^3.8.3",
57-
"laravel-lang/json-fallback": "^2.1",
54+
"laravel-lang/actions": "^1.9",
55+
"laravel-lang/attributes": "^2.12",
56+
"laravel-lang/http-statuses": "^3.8",
57+
"laravel-lang/json-fallback": "^2.2",
5858
"laravel-lang/lang": "^13.12 || ^14.0 || ^15.5.1",
59-
"laravel-lang/locales": "^2.8",
60-
"laravel-lang/models": "^1.0",
61-
"laravel-lang/moonshine": "^1.1",
62-
"laravel-lang/publisher": "^16.4",
63-
"laravel-lang/routes": "^1.0"
59+
"laravel-lang/locales": "^2.10",
60+
"laravel-lang/models": "^1.3",
61+
"laravel-lang/moonshine": "^1.2",
62+
"laravel-lang/publisher": "^16.5",
63+
"laravel-lang/routes": "^1.7"
6464
},
6565
"require-dev": {
6666
"dragon-code/support": "^6.13",
67-
"orchestra/testbench": "^8.17 || ^9.1.2",
68-
"phpunit/phpunit": "^10.5.20",
67+
"orchestra/testbench": "^8.17 || ^9.1.2 || ^10.0",
68+
"phpunit/phpunit": "^10.5.20 || ^11.0 || ^12.0",
6969
"symfony/var-dumper": "^6.4 || ^7.1.1"
7070
},
7171
"minimum-stability": "stable",

0 commit comments

Comments
 (0)