Skip to content

Commit 4168c67

Browse files
author
Andrey Helldar
committed
Small fixes
1 parent 1464c8f commit 4168c67

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/laravel-9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: phpunit
1+
name: "Laravel 9"
22
on: [ push ]
33

44
jobs:
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ "8.0" ]
11+
php: [ "8.0", "8.1" ]
1212
laravel: [ "9.0" ]
1313

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

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"require": {
2727
"php": "^7.3 || ^8.0",
2828
"dragon-code/contracts": "^2.9",
29-
"illuminate/console": "^6.0 || ^7.0 || ^8.0",
30-
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
31-
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
32-
"symfony/console": "^4.3 || ^5.0"
29+
"illuminate/console": "^6.0 || ^7.0 || ^8.0|^9.0",
30+
"illuminate/database": "^6.0 || ^7.0 || ^8.0|^9.0",
31+
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0",
32+
"symfony/console": "^4.3 || ^5.0|^6.0"
3333
},
3434
"require-dev": {
35-
"dragon-code/laravel-support": "^3.1",
35+
"dragon-code/laravel-support": "^3.2",
3636
"mockery/mockery": "^1.3.1",
37-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
37+
"orchestra/testbench": "7.x-dev",
3838
"phpunit/phpunit": "^8.0 || ^9.0",
3939
"ramsey/uuid": "^3.7 || ^4.0"
4040
},
4141
"conflict": {
4242
"andrey-helldar/laravel-actions": "*",
4343
"dragon-code/laravel-actions": "*"
4444
},
45-
"minimum-stability": "stable",
45+
"minimum-stability": "dev",
4646
"prefer-stable": true,
4747
"autoload": {
4848
"psr-4": {

0 commit comments

Comments
 (0)