Skip to content

Commit d5171f1

Browse files
committed
support laravel 10
1 parent e373591 commit d5171f1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
php: ['8.1', '8.2']
1414
os: [ubuntu-latest]
1515
stability: [prefer-stable]
16-
laravel: [9.*]
16+
laravel: [9.*, 10.*]
1717
include:
1818
- laravel: 9.*
1919
testbench: 7.*
20+
- laravel: 10.*
21+
testbench: 7.*
2022

2123
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2224

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"type": "library",
66
"require": {
77
"php": "^8.1",
8-
"illuminate/queue": "^9.0",
9-
"php-amqplib/php-amqplib": "^3.4",
10-
"illuminate/support": "^9.18"
8+
"illuminate/queue": "^9.0|^10.0",
9+
"php-amqplib/php-amqplib": "^3.5.1",
10+
"illuminate/support": "^9.18|^10.0"
1111
},
1212
"require-dev": {
1313
"ext-json": "*",
14-
"phpunit/phpunit": "^9.5",
14+
"phpunit/phpunit": "^9.6",
1515
"orchestra/testbench": "^v7.18.0",
16-
"squizlabs/php_codesniffer": "^3.7",
16+
"squizlabs/php_codesniffer": "^3",
1717
"mockery/mockery": "^1.5.1",
1818
"dg/bypass-finals": "dev-master",
19-
"rector/rector": "^0.15.3"
19+
"rector/rector": "^0.15.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)