Skip to content

Commit

Permalink
Merge pull request #36 from Laravel-Lang/andrey-helldar-patch-1
Browse files Browse the repository at this point in the history
Added Laravel 12 support
  • Loading branch information
andrey-helldar authored Feb 24, 2025
2 parents 193c754 + c861b51 commit d96b3bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.1", "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
php: [ "8.1", "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0", "12.0" ]
exclude:
- laravel: "11.0"
php: "8.1"
- laravel: "12.0"
php: "8.1"

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"require": {
"php": "^8.1",
"archtechx/enums": "^1.0",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"illuminate/config": "^10.0 || ^11.0 || ^12.0",
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
"laravel-lang/locale-list": "^1.4"
},
"require-dev": {
"orchestra/testbench": "^8.23 || ^9.1",
"pestphp/pest": "^2.34"
"orchestra/testbench": "^8.23 || ^9.1 || ^10.0",
"pestphp/pest": "^2.34 || ^3.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit d96b3bd

Please sign in to comment.