Skip to content

Commit 59bd3d1

Browse files
authored
Add support of php 7.2
1 parent 05a9021 commit 59bd3d1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
php-versions: [ '7.4' ]
28+
php-versions: [ '7.2' ]
2929
steps:
3030
- uses: actions/checkout@v3
3131
name: Checkout

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* added support of php 7.2
2+
13
## 1.5.5
24

35
* fixed iam auth for PHP < 8.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.3",
12+
"php": ">=7.2",
1313
"ext-bcmath": "*",
1414
"ext-curl": "*",
1515
"ext-grpc": "*",

0 commit comments

Comments
 (0)