Skip to content

Commit e815762

Browse files
author
Andrey Helldar
committed
Added andrey-helldar/support v4 version support
1 parent dfda274 commit e815762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
php: [ "7.3", "7.4", "8.0" ]
1212
laravel: [ "8.0" ]
13-
support: [ "2.0", "3.0" ]
13+
support: [ "2.0", "3.0", "4.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Support ${{ matrix.support }}
1616

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^7.3|^8.0",
2525
"ext-pdo": "*",
26-
"andrey-helldar/support": "^2.15|^3.0",
26+
"andrey-helldar/support": "^2.15|^3.0|^4.0",
2727
"illuminate/contracts": "^8.0",
2828
"illuminate/database": "^8.0",
2929
"illuminate/support": "^8.0"

0 commit comments

Comments
 (0)