Skip to content

Commit 96a0537

Browse files
committed
Test against OpenSearch 2.19
1 parent 4ff40ab commit 96a0537

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
services:
1010
opensearch:
11-
image: opensearchproject/opensearch:2.13.0
11+
image: opensearchproject/opensearch:${{ matrix.opensearch }}
1212
env:
1313
discovery.type: single-node
1414
DISABLE_SECURITY_PLUGIN: true
@@ -20,6 +20,7 @@ jobs:
2020
fail-fast: true
2121
matrix:
2222
os: [ubuntu-latest]
23+
opensearch: [2.19.3]
2324
php: [8.4, 8.3, 8.2]
2425
include:
2526
- php: 8.4
@@ -34,7 +35,7 @@ jobs:
3435
laravel: 11.*
3536
testbench: 9.*
3637

37-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
38+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - OS${{ matrix.opensearch }} - ${{ matrix.os }}
3839

3940
steps:
4041
- name: Checkout code

0 commit comments

Comments
 (0)