Skip to content

Commit 7fac002

Browse files
🚀 deploy
1 parent 4efc838 commit 7fac002

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎.github/workflows/deploy.yml

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
- name: Checkout Code
1515
uses: actions/checkout@v3
1616

17-
- name: Set up PHP
18-
uses: shivammathur/setup-php@v2
19-
with:
20-
php-version: '8.1' # Use the PHP version you need
21-
extensions: mbstring, mysqli, pdo, pdo_mysql # Add necessary PHP extensions
22-
2317
- name: Install dependencies (Composer)
2418
run: composer install --no-dev --prefer-dist --no-progress --no-scripts
2519

0 commit comments

Comments
 (0)