Skip to content

Commit

Permalink
Revert php 8.4 change
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Jan 28, 2025
1 parent c994759 commit 69d5ec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
multisite: [true, false]
php: ['8.4', 8.3', '8.2', '8.1', '8.0']
php: ['8.3', '8.2', '8.1', '8.0']
wordpress: ["latest"]
include:
- php: '8.0'
Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for
= 2.6.0 =

* Enhancement: Support added for PHP 8.3.
* Enhancement: CI: PHP 8.4 added to the matrix.
* Enhancement: Support added for handling deleted articles (in iCloud News Publisher).
* Enhancement: Add a new hook, `apple_news_after_push_failure`, that fires when a post fails to be pushed to Apple News.
* Enhancement: Debugging Settings: support added for sending notification to multiple email accounts.
Expand Down

0 comments on commit 69d5ec7

Please sign in to comment.