From 7a751ed4582b68fd0b305e04462329ab289c7cfe Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 26 Nov 2024 13:36:24 +0300 Subject: [PATCH] Update GitHub Actions --- .github/workflows/publish-phar.yml | 1 - .github/workflows/update-major-version.yml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-phar.yml b/.github/workflows/publish-phar.yml index e743626..47642cc 100644 --- a/.github/workflows/publish-phar.yml +++ b/.github/workflows/publish-phar.yml @@ -33,7 +33,6 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, json, dom, curl, libxml, fileinfo, tokenizer, xml ini-values: error_reporting=E_ALL coverage: none diff --git a/.github/workflows/update-major-version.yml b/.github/workflows/update-major-version.yml index 987e3e7..53f4118 100644 --- a/.github/workflows/update-major-version.yml +++ b/.github/workflows/update-major-version.yml @@ -10,9 +10,11 @@ on: - v1.* - v2.* - v3.* + - v4.* - 1.* - 2.* - 3.* + - 4.* workflow_dispatch: inputs: target: @@ -22,7 +24,7 @@ on: type: choice description: The major version to update options: - - "4" + - "5" permissions: write-all