Skip to content

Commit 7176e76

Browse files
committed
drop php 8.0
1 parent d9a7704 commit 7176e76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php-versions: [ '8.0', '8.1', '8.2' ]
12+
php-versions: [ '8.1', '8.2' ]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Laravel Patcher
66
![GitHub Workflow Status](https://github.com/digital-entropy/laravel-patcher/workflows/tests/badge.svg)
77

88
#### Requirements:
9-
* PHP : 8.\*
9+
* PHP : 8.1 / 8.2
1010
* Laravel: 9.\* / 10.\*
1111

1212
### Installation
13-
do either of this methods below.
13+
Do either of this methods below.
1414
* via shell
1515
```shell script
1616
composer require dentro/laravel-patcher

0 commit comments

Comments
 (0)