Skip to content

Commit

Permalink
fix release workflow that still referenced PHP 8.1 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 8, 2024
1 parent 09a17d4 commit 51c090c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changes/9.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

## 9.5.2 - 2024-10-08

Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)

**Full Changelog**: [9.5.0...9.5.2](https://github.com/overtrue/phplint/compare/9.5.0...9.5.2)
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
coverage: "none"
tools: ${{ matrix.tools }}

- # https://getcomposer.org/doc/06-config.md#platform
name: Setup Composer Platform
run: |
composer config platform.php 8.1
- # https://github.com/ramsey/composer-install
name: Install Composer dependencies
uses: ramsey/composer-install@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 9.5.2 - 2024-10-08

Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)

**Full Changelog**: [9.5.0...9.5.2](https://github.com/overtrue/phplint/compare/9.5.0...9.5.2)

## 9.5.1 - 2024-10-08

Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
Expand Down

0 comments on commit 51c090c

Please sign in to comment.