Skip to content

Commit 6417e26

Browse files
authored
Merge branch 'main' into check-support-data-types
2 parents a8b930d + 3258ddd commit 6417e26

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.6
2+
3+
* added support of php 7.2
4+
15
## 1.5.5
26

37
* fixed iam auth for PHP < 8.0

src/Ydb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Ydb
88
{
99
use Traits\LoggerTrait;
1010

11-
const VERSION = '1.5.5';
11+
const VERSION = '1.5.6';
1212

1313
/**
1414
* @var string

0 commit comments

Comments
 (0)