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.
1 parent ea270f5 commit 4c80810Copy full SHA for 4c80810
1 file changed
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
services:
12
opensearch:
13
- image: opensearchproject/opensearch:2.13.0
+ image: opensearchproject/opensearch:${{ matrix.opensearch }}
14
env:
15
discovery.type: single-node
16
DISABLE_SECURITY_PLUGIN: true
@@ -22,9 +22,10 @@ jobs:
22
fail-fast: true
23
matrix:
24
os: [ubuntu-latest]
25
+ opensearch: [2.19.3]
26
php: [8.4, 8.3, 8.2]
27
- name: P${{ matrix.php }} - ${{ matrix.os }}
28
+ name: P${{ matrix.php }} - OS${{ matrix.opensearch }} - ${{ matrix.os }}
29
30
steps:
31
- name: Checkout code
0 commit comments