Skip to content

Commit

Permalink
Merge pull request #29 from platformsh/update-min-reqs
Browse files Browse the repository at this point in the history
Update min reqs
  • Loading branch information
chadwcarlson authored Nov 22, 2024
2 parents fef8bcb + 1ff6ddd commit f7bd009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0' ]
php: ['7.4', '8.0', '8.1', '8.2', '8.3' ]
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This library provides a streamlined and easy to use way to interact with a Platform.sh environment. It offers utility methods to access routes and relationships more cleanly than reading the raw environment variables yourself.

This library requires PHP 7.2 or later.
This library requires PHP 7.4 or later.

## Install

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand All @@ -26,7 +26,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.4"
}
}
}

0 comments on commit f7bd009

Please sign in to comment.