Skip to content

Commit

Permalink
Merge pull request #239 from TheDragonCode/5.x
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
andrey-helldar authored Nov 26, 2024
2 parents 4366433 + 7a751ed commit 64c2577
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 64c2577

Please sign in to comment.