Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 5a5dff5

Browse files
author
Andrey Helldar
authored
Merge pull request #3 from TheDragonCode/2.x
Added tests for Laravel 6
2 parents c9fb61f + e59d592 commit 5a5dff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs :
99
fail-fast : true
1010
matrix :
1111
php : [ "7.3", "7.4", "8.0" ]
12-
laravel : [ "7.0", "8.0" ]
12+
laravel : [ "6.0", "7.0", "8.0" ]
1313

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

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"dragon-code/support": "^5.2",
2323
"mockery/mockery": "^1.3.1",
24-
"orchestra/testbench": "^5.0|^6.0",
24+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2525
"phpunit/phpunit": "^9.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)