Skip to content

Commit 651b3b0

Browse files
committed
test more versions
1 parent 0a0ce66 commit 651b3b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
os: [ubuntu-latest]
1616
php: [8.0]
1717
laravel: [8.*]
18-
elasticsearch: ["7.12.1"]
18+
elasticsearch: ["7.12.1", "7.13.0"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 8.*
2222
testbench: ^6.6
23+
- laravel: 9.x-dev
24+
testbench: 7.0-dev
2325

2426
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
2527

0 commit comments

Comments
 (0)