Skip to content

Commit 3f3f214

Browse files
committed
check laravel ^10.0 and ^11.0
1 parent 282e61d commit 3f3f214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-versions: [8.2, 8.3]
16+
laravel-versions: [^10.0, ^11.0]
1617

1718
services:
1819
clickhouse:
@@ -50,7 +51,7 @@ jobs:
5051
5152
- name: Install dependencies
5253
id: composer-dependencies
53-
run: composer install --prefer-dist --no-progress
54+
run: composer req --dev laravel/framework:${{ matrix.laravel-versions }} -W || composer install
5455

5556
- name: Check codeclimate
5657
id: codeclimate-check

0 commit comments

Comments
 (0)