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

Commit 84cbed8

Browse files
committed
Support PHP 7.3
1 parent 4c82020 commit 84cbed8

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [7.4]
19+
php: [7.3, 7.4]
2020
laravel: [^7.0]
2121

2222
name: P${{ matrix.php }} - L${{ matrix.laravel }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4",
19+
"php": "^7.3",
2020
"guzzlehttp/guzzle": "^6.0",
2121
"illuminate/support": "^7.0"
2222
},

0 commit comments

Comments
 (0)