Skip to content

Commit 5871fef

Browse files
committed
Fixed try installation action
1 parent 85ad14b commit 5871fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/try-installation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mysql -uroot -proot -e "CREATE DATABASE priority_queue;"
2929
composer create-project laravel/laravel:${{ matrix.version }} laravel
3030
cd laravel
31-
composer require shipsaas/laravel-priority-queue
32-
php artisan vendor:publish --tag=priority-queue-migrations
31+
composer require shipsaas/laravel-inbox-process
32+
php artisan vendor:publish --tag=laravel-inbox-process
3333
echo "$LOCAL_ENV" > .env
3434
php artisan migrate --force

0 commit comments

Comments
 (0)