Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Feb 18, 2025
1 parent ea45a7d commit f998b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Prepare Laravel app
run: |
cd demo-app
composer require laravel/framework:^${{ matrix.laravel }} inertiajs/inertia-laravel:${{ matrix.inertia == 'v1' && '^1.3' || '2.0' }}
composer require laravel/framework:^${{ matrix.laravel }} inertiajs/inertia-laravel:${{ matrix.inertia == 'v1' && '^1.3' || '^2.0' }}
composer install --no-progress --prefer-dist --optimize-autoloader
php artisan about
npm ci
Expand Down

0 comments on commit f998b90

Please sign in to comment.