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

Commit d80f290

Browse files
authored
Merge pull request #48 from grayloon/php8
PHP 8 Support
2 parents 962c6b3 + 6b781ec commit d80f290

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.3, 7.4]
19+
php: [7.3, 7.4, 8.0]
2020
laravel: [^7.0, ^8.0]
2121

2222
name: PHP v${{ matrix.php }} - Laravel v${{ 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.3",
19+
"php": "^7.3|^8.0",
2020
"guzzlehttp/guzzle": "^6.0|^7.0",
2121
"illuminate/support": "^7.0|^8.0"
2222
},

0 commit comments

Comments
 (0)