Skip to content

Commit 1296aa5

Browse files
committed
exclude L10 and dbal 2.5 from testing matrix
1 parent 63a2d3c commit 1296aa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
php: 8.0
4040
- laravel: 10.*
4141
phpunit: 8.*
42+
- laravel: 10.*
43+
dbal: ^2.5
4244

4345

4446
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, PHPUnit ${{ matrix.phpunit }}, DBAL ${{ matrix.dbal }} --prefer-${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)