Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 34df93d

Browse files
committed
work flow fix
1 parent 3216704 commit 34df93d

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.3, 7.4, 8.0, 8.1]
12+
php: [7.2, 7.3, 7.4, 8.0, 8.1]
1313
laravel: [6.*, 7.*, 8.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"amrshawky/currency": "^1.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.0"
26+
"phpunit/phpunit": ">=8.5.23"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)