Skip to content

Commit 45c0b3b

Browse files
committed
ES matrix
1 parent 4608590 commit 45c0b3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
os: [ubuntu-latest]
1616
php: [8.0]
1717
laravel: [8.*]
18+
elasticsearch: ["7.12.1"]
1819
stability: [prefer-lowest, prefer-stable]
1920
include:
2021
- laravel: 8.*
2122
testbench: ^6.6
2223

23-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
2425

2526
steps:
2627
- name: Configure sysctl limits
@@ -33,7 +34,7 @@ jobs:
3334
- name: Start Elasticsearch
3435
uses: elastic/elastic-github-actions/elasticsearch@master
3536
with:
36-
stack-version: 7.11.0
37+
stack-version: { { matrix.elasticsearch } }
3738

3839
- name: Checkout code
3940
uses: actions/checkout@v2

0 commit comments

Comments
 (0)