Skip to content

Commit 3b23045

Browse files
committed
laravel 11 test
1 parent 101c1ea commit 3b23045

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
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
php: ['8.0', '8.1', '8.2']
1717
stability: ['prefer-lowest', prefer-stable]
18-
laravel: ['^9.0', '^10.0']
18+
laravel: ['^9.0', '^10.0', '^11.0']
1919
exclude:
2020
- php: '8.0'
2121
laravel: '^10.0'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^8.0",
1313
"ext-json": "*",
14-
"illuminate/queue": "^9.0|^10.0",
14+
"illuminate/queue": "^9.0|^10.0|^11.0",
1515
"php-amqplib/php-amqplib": "^v3.6"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)