Skip to content

Commit b30db22

Browse files
committed
try installation workflow
1 parent 4f12b29 commit b30db22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/try-installation.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Try Install Package (Laravel 10 & 11)
22

3-
env:
4-
LOCAL_ENV: ${{ secrets.LOCAL_ENV }}
5-
63
on:
74
push:
85
branches:
@@ -25,7 +22,6 @@ jobs:
2522
- name: Setup and install package on Laravel
2623
if: success()
2724
run: |
28-
sudo service mysql start
2925
composer create-project laravel/laravel:${{ matrix.version }} laravel
3026
cd laravel
3127
composer require shipsaas/laravel-resource-reducer

0 commit comments

Comments
 (0)