Skip to content

Commit 4c80810

Browse files
committed
Test against OpenSearch 2.19
1 parent ea270f5 commit 4c80810

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
services:
1212
opensearch:
13-
image: opensearchproject/opensearch:2.13.0
13+
image: opensearchproject/opensearch:${{ matrix.opensearch }}
1414
env:
1515
discovery.type: single-node
1616
DISABLE_SECURITY_PLUGIN: true
@@ -22,9 +22,10 @@ jobs:
2222
fail-fast: true
2323
matrix:
2424
os: [ubuntu-latest]
25+
opensearch: [2.19.3]
2526
php: [8.4, 8.3, 8.2]
2627

27-
name: P${{ matrix.php }} - ${{ matrix.os }}
28+
name: P${{ matrix.php }} - OS${{ matrix.opensearch }} - ${{ matrix.os }}
2829

2930
steps:
3031
- name: Checkout code

0 commit comments

Comments
 (0)