Skip to content

Commit a9b5fbf

Browse files
committed
feat: drop support of php8.0
1 parent fa9b25a commit a9b5fbf

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php_version: ['8.0', '8.1', '8.2']
19+
php_version: ['8.1', '8.2']
2020

2121
steps:
2222
- uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"type": "library",
1212
"require": {
13-
"php": "^8.0",
13+
"php": "^8.1",
1414
"illuminate/collections": "^8.0|^9.0|^10.0",
1515
"illuminate/http": "^8.0|^9.0|^10.0",
1616
"illuminate/support": "^8.0|^9.0|^10.0"

phpunit.php8.0.xml.dist

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)