We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a9021 commit 59bd3d1Copy full SHA for 59bd3d1
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
strategy:
27
matrix:
28
- php-versions: [ '7.4' ]
+ php-versions: [ '7.2' ]
29
steps:
30
- uses: actions/checkout@v3
31
name: Checkout
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+* added support of php 7.2
2
+
3
## 1.5.5
4
5
* fixed iam auth for PHP < 8.0
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": ">=7.3",
+ "php": ">=7.2",
13
"ext-bcmath": "*",
14
"ext-curl": "*",
15
"ext-grpc": "*",
0 commit comments