Skip to content

Commit ba9f402

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent fce2b5d commit ba9f402

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
php: [8.4, 8.3, 8.2, 8.1]
1212
laravel: [11.*, 10.*]
1313
dependency-version: [prefer-stable]
14+
exclude:
15+
- php: 8.1
16+
laravel: 11.*
17+
- php: 8.4
18+
laravel: 10.*
19+
1420

1521
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1622

0 commit comments

Comments
 (0)