Skip to content

Commit 92b2412

Browse files
authored
build: restore Laravel 11 support (#152)
* build: restore Laravel 11 support * test: assert on L11 also in suite
1 parent 1b3a9a6 commit 92b2412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.3, 8.4]
13-
laravel: [12]
13+
laravel: [11, 12]
1414
pest: [3, 4]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
exclude:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.2.0",
1414
"guzzlehttp/guzzle": "^7.9.3",
15-
"laravel/framework": "^12.12",
15+
"laravel/framework": "^11.29|^12.12",
1616
"openai-php/client": "^0.12.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)