Skip to content

Commit

Permalink
chore(workflows): update PHP version to 7.4
Browse files Browse the repository at this point in the history
- Update the PHP version in the publish-phar workflow to 7.4
- Add required extensions and ini values
  • Loading branch information
guanguans committed Jul 23, 2023
1 parent e60e268 commit aa7cd16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 7.4
extensions: dom, curl, libxml, mbstring, zip
ini-values: error_reporting=E_ALL
tools: composer:v2
Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ All notable changes to this project will be documented in this file.
## [Unreleased]


<a name="1.7.0"></a>
## [1.7.0] - 2023-07-23
### Feat
- **composer:** add guanguans/monorepo-builder-worker dependency

### Refactor
- **rector:** Remove unused rules and dependencies


<a name="v1.6.9"></a>
## [v1.6.9] - 2023-07-14
### Fix
Expand Down

0 comments on commit aa7cd16

Please sign in to comment.