mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-05-18 09:57:15 +00:00
tdd - add composer install
This commit is contained in:
@@ -13,6 +13,14 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up PHP
|
||||||
|
uses: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.4' # Specify the PHP version you need
|
||||||
|
|
||||||
|
- name: Install Composer dependencies
|
||||||
|
run: composer install
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user