Skip to content

Commit

Permalink
try a test matrix with two ES stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Feb 1, 2024
1 parent eaa18b5 commit 6d38d4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ on:
- notebooks/**
jobs:
notebook-tests:
strategy:
matrix:
es_stack:
- 8.12.0
- 8.13.0-SNAPSHOT
runs-on: ubuntu-latest
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0
image: docker.elastic.co/elasticsearch/elasticsearch:${{ matrix.es_stack }}
env:
discovery.type: single-node
xpack.security.enabled: false
Expand Down

0 comments on commit 6d38d4d

Please sign in to comment.