Skip to content

Commit 94e8d98

Browse files
author
Илья
committed
matrix-tests
1 parent 92647bd commit 94e8d98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
services:
1414
ydb:
15-
image: cr.yandex/yc/yandex-docker-local-ydb:stable-22-5
15+
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-versions }}
1616
ports:
1717
- 2135:2135
1818
- 2136:2136
@@ -25,7 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
php-versions: [ '7.2' ]
28+
php-versions: [ '7.2', '7.4', '8.0', '8.2' ]
29+
ydb-versions: ['stable-22-5', 'trunk', '23.3', '23.2', '23.1']
2930
steps:
3031
- uses: actions/checkout@v3
3132
name: Checkout

0 commit comments

Comments
 (0)