Skip to content

Commit

Permalink
try installation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Mar 13, 2024
1 parent 4f12b29 commit b30db22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/try-installation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Try Install Package (Laravel 10 & 11)

env:
LOCAL_ENV: ${{ secrets.LOCAL_ENV }}

on:
push:
branches:
Expand All @@ -25,7 +22,6 @@ jobs:
- name: Setup and install package on Laravel
if: success()
run: |
sudo service mysql start
composer create-project laravel/laravel:${{ matrix.version }} laravel
cd laravel
composer require shipsaas/laravel-resource-reducer

0 comments on commit b30db22

Please sign in to comment.