Skip to content

Commit

Permalink
check laravel ^10.0 and ^11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Mar 14, 2024
1 parent 282e61d commit 3f3f214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
php-versions: [8.2, 8.3]
laravel-versions: [^10.0, ^11.0]

services:
clickhouse:
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
- name: Install dependencies
id: composer-dependencies
run: composer install --prefer-dist --no-progress
run: composer req --dev laravel/framework:${{ matrix.laravel-versions }} -W || composer install

- name: Check codeclimate
id: codeclimate-check
Expand Down

0 comments on commit 3f3f214

Please sign in to comment.