Skip to content

Commit

Permalink
Change min php version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Höflehner committed Feb 11, 2023
1 parent ba5a4df commit 7ae87f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: PHP ${{ matrix.php }}
strategy:
matrix:
php: ["8.0", "8.1", "8.2"]
php: ["8.1", "8.2"]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.4.0 (2023-02-10)

- Set minimum PHP version to 8.0
- Set minimum PHP version to 8.1
- Typed everything
- Removed 'build' script
- Updated phpunit to version 10 and updated tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### Fork

PHP 8.0 or higher required.
PHP 8.1 or higher required.

**Installation**

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-curl": "*"
},
"require-dev": {
Expand Down

0 comments on commit 7ae87f4

Please sign in to comment.