Skip to content

Commit

Permalink
Merge pull request #124 from alleyinteractive/hotfix/restore-php-81
Browse files Browse the repository at this point in the history
bump php back to 8.1
  • Loading branch information
mogmarsh authored Jan 26, 2024
2 parents aa08f9b + e2cf57c commit 12e6206
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: alleyinteractive/.github/.github/workflows/built-branch.yml@main
with:
node: 20
php: 8.2
php: 8.1
2 changes: 1 addition & 1 deletion .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
with:
node: 20
php: 8.2
php: 8.1
6 changes: 5 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ on:
jobs:
code-quality:
if: github.event.pull_request.draft == false
strategy:
matrix:
php: [8.1, 8.2]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main
with:
php: 8.2
php: ${{ matrix.php }}
command: |
phpcs
phpstan
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

All notable changes to `WP Curate` will be documented in this file.

## 1.5.1 - 2023-01-25
## 1.6.0 - 2024-01-26
- Change GitHub actions back to PHP 8.1 so that sites are not required to run 8.2 yet.

## 1.5.1 - 2024-01-25

- Bug Fix: Avoid BlockControl toolbar obstructing PostPicker button when Post inner blocks are selected.

Expand Down
2 changes: 1 addition & 1 deletion wp-curate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Curate
* Plugin URI: https://github.com/alleyinteractive/wp-curate
* Description: Plugin to curate homepages and other landing pages
* Version: 1.5.1
* Version: 1.6.0
* Author: Alley Interactive
* Author URI: https://github.com/alleyinteractive/wp-curate
* Requires at least: 6.4
Expand Down

0 comments on commit 12e6206

Please sign in to comment.