Skip to content

Commit

Permalink
Only PHP 8.1 and newer are supported (older versions have reached end…
Browse files Browse the repository at this point in the history
… of life (#107)

* Only PHP 8.1 and newer are supported (older versions have reached end of life)

* Don't build on PHP 7
  • Loading branch information
mroloux authored Jan 17, 2024
1 parent 9088ef4 commit 30df127
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.1', '8.2']
php-versions: ['8.1', '8.3']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The recommended way to install seatsio-php is through [Composer](http://getcompo
composer require seatsio/seatsio-php
```

The minimum required PHP version is 7.4.
The minimum required PHP version is 8.1.

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.4.0",
"php": ">=8.1.0",
"guzzlehttp/guzzle": "7.8.1",
"guzzlehttp/uri-template": "v1.0.3",
"netresearch/jsonmapper": "4.2.0",
Expand Down
Loading

0 comments on commit 30df127

Please sign in to comment.