Skip to content

Commit f1b75f0

Browse files
committed
remove 9.x for now
1 parent 1cc2474 commit f1b75f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0]
17-
laravel: [^8.14, 9.x-dev]
17+
laravel: [^8.14]
1818
elasticsearch: ["7.12.1", "7.13.0"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: ^8.14
2222
testbench: ^6.6
23-
- laravel: 9.x-dev
24-
testbench: 7.0.x-dev
2523

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

0 commit comments

Comments
 (0)