From 9f9f3914f4aa4a4684117f0c24b81c4e7101f123 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 11 Jul 2024 15:59:04 -0300 Subject: [PATCH] fix/worflow-and-imports --- .github/workflows/release.yml | 8 ++++++++ VERSION | 2 +- sdk.php | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b25f2..1a2e257 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,14 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Set up PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' # Adjust the PHP version as needed + + - name: Install Composer dependencies + run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader + - name: Set up version file id: setup_version run: | diff --git a/VERSION b/VERSION index 7f20734..e6d5cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/sdk.php b/sdk.php index 2b4ea77..edbc501 100644 --- a/sdk.php +++ b/sdk.php @@ -1,5 +1,11 @@