From 69d5ec71b58a6557fb6bef25b4056f4b73ac30cb Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:50:37 -0300 Subject: [PATCH] Revert php 8.4 change --- .github/workflows/phpunit.yml | 2 +- readme.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index edb4c5f2..1491b213 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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' diff --git a/readme.txt b/readme.txt index 548c1dac..46d0c548 100644 --- a/readme.txt +++ b/readme.txt @@ -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.