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.
2 parents a8b930d + 3258ddd commit 6417e26Copy full SHA for 6417e26
.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,7 @@
1
+## 1.5.6
2
+
3
+* added support of php 7.2
4
5
## 1.5.5
6
7
* fixed iam auth for PHP < 8.0
src/Ydb.php
@@ -8,7 +8,7 @@ class Ydb
8
{
9
use Traits\LoggerTrait;
10
11
- const VERSION = '1.5.5';
+ const VERSION = '1.5.6';
12
13
/**
14
* @var string
0 commit comments