Skip to content

Commit 862983f

Browse files
committed
build: set minimum php version to 7.3
1 parent 38909e7 commit 862983f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pool:
33
vmImage: 'ubuntu-latest'
44

55
variables:
6-
phpVersion: 7.1
6+
phpVersion: 7.3
77

88
steps:
99
- script: |
@@ -17,4 +17,4 @@ steps:
1717
- script: composer install --no-interaction --prefer-dist
1818
displayName: 'composer install'
1919
- script: composer test
20-
displayName: 'Run tests'
20+
displayName: 'Run tests'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"require": {
9-
"php": "^7.1",
9+
"php": "^7.3",
1010
"ext-json": "^1.5",
1111
"php-http/client-implementation": "^1.0",
1212
"php-http/httplug": "^2.0",

0 commit comments

Comments
 (0)