Skip to content

Commit 7a751ed

Browse files
Update GitHub Actions
1 parent 2bc6258 commit 7a751ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-phar.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Setup PHP
3434
uses: shivammathur/setup-php@v2
3535
with:
36-
php-version: 8.2
3736
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, json, dom, curl, libxml, fileinfo, tokenizer, xml
3837
ini-values: error_reporting=E_ALL
3938
coverage: none

.github/workflows/update-major-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ on:
1010
- v1.*
1111
- v2.*
1212
- v3.*
13+
- v4.*
1314
- 1.*
1415
- 2.*
1516
- 3.*
17+
- 4.*
1618
workflow_dispatch:
1719
inputs:
1820
target:
@@ -22,7 +24,7 @@ on:
2224
type: choice
2325
description: The major version to update
2426
options:
25-
- "4"
27+
- "5"
2628

2729
permissions: write-all
2830

0 commit comments

Comments
 (0)