Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit bba8b40

Browse files
committed
laravel 12 support
1 parent 22a6809 commit bba8b40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
exclude:
1515
- php: 8.1
1616
laravel: 11.*
17+
- php: 8.1
18+
laravel: 12.*
1719

1820
name: Tests php@${{ matrix.php }} - laravel@${{ matrix.laravel }} - ${{ matrix.stability }}
1921

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.1.0",
22-
"laravel/framework": "^9.0|^10.0|^11.0|^12.0",
22+
"laravel/framework": "^9.0|^10.48.29|^11.0|^12.0",
2323
"devmoath/jira-php": "0.*"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)