Skip to content

Commit

Permalink
chore: remove PHP 8.1 support (not supported by satis and SF 7.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Jul 15, 2024
1 parent 315eea2 commit 877be54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php-version: [8.1,8.2,8.3]
php-version: [8.2,8.3]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It also provides a way to mirror PHP dependencies to allow offline builds.

## Requirements

* [PHP >=8.1](https://www.php.net/supported-versions.php)
* [PHP >=8.2](https://www.php.net/supported-versions.php)
* GitLab API v4 / GitHub API / Gogs API / Gitea API

## Usage
Expand Down

0 comments on commit 877be54

Please sign in to comment.