Skip to content

Commit

Permalink
Added composer to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThistleFIN authored Dec 23, 2024
1 parent 00a4a4c commit 299a1ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0.30' # Adjust the PHP version as needed
extensions: mbstring, intl, curl
tools: composer

- name: Install Composer Dependencies
run: composer install --no-dev --optimize-autoloader

- name: Deploy
uses: easingthemes/[email protected]
Expand Down

0 comments on commit 299a1ab

Please sign in to comment.