Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Nov 26, 2024
1 parent 2bc6258 commit 7a751ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update-major-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ on:
- v1.*
- v2.*
- v3.*
- v4.*
- 1.*
- 2.*
- 3.*
- 4.*
workflow_dispatch:
inputs:
target:
Expand All @@ -22,7 +24,7 @@ on:
type: choice
description: The major version to update
options:
- "4"
- "5"

permissions: write-all

Expand Down

0 comments on commit 7a751ed

Please sign in to comment.