Skip to content

Commit f7bd009

Browse files
authored
Merge pull request #29 from platformsh/update-min-reqs
Update min reqs
2 parents fef8bcb + 1ff6ddd commit f7bd009

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/quality-assurance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: [ '7.2', '7.3', '7.4', '8.0' ]
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3' ]
1414
composer-flags: [ '' ]
1515
phpunit-flags: [ '--coverage-text' ]
1616
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

7-
This library requires PHP 7.2 or later.
7+
This library requires PHP 7.4 or later.
88

99
## Install
1010

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2"
12+
"php": ">=7.4"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^8.5"
@@ -26,7 +26,7 @@
2626
},
2727
"config": {
2828
"platform": {
29-
"php": "7.2"
29+
"php": "7.4"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)