From 1cb456e030d0a8a30ff54ab7d0ea81fddd09b63c Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 12 Aug 2024 20:57:37 +0200 Subject: [PATCH 1/2] fix unittests --- .github/workflows/phpunit.yml | 2 +- languages/indieauth.pot | 5 +++-- phpcs.xml | 8 ++++---- readme.md | 2 +- readme.txt | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 2e1764d..05275da 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10 strategy: matrix: - php-versions: ['7.0', '7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/languages/indieauth.pot b/languages/indieauth.pot index 2540029..5e564e8 100644 --- a/languages/indieauth.pot +++ b/languages/indieauth.pot @@ -3,8 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: IndieAuth 4.5.0\n" -"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/indieauth\n" -"POT-Creation-Date: 2024-07-07 13:19:13+00:00\n" +"Report-Msgid-Bugs-To: " +"https://wordpress.org/support/plugin/wordpress-indieauth\n" +"POT-Creation-Date: 2024-08-12 18:57:25+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/phpcs.xml b/phpcs.xml index a8e74fc..7436c7c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -26,15 +26,15 @@ - + - + - + @@ -47,7 +47,7 @@ - + diff --git a/readme.md b/readme.md index 7c268ef..4ff3b0b 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ **Contributors:** [indieweb](https://profiles.wordpress.org/indieweb/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [dshanske](https://profiles.wordpress.org/dshanske/) **Tags:** IndieAuth, IndieWeb, IndieWebCamp, login **Requires at least:** 4.9.9 -**Requires PHP:** 5.6 +**Requires PHP:** 7.2 **Tested up to:** 6.5 **Stable tag:** 4.5.0 **License:** MIT diff --git a/readme.txt b/readme.txt index 57dc989..51c4520 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: indieweb, pfefferle, dshanske Tags: IndieAuth, IndieWeb, IndieWebCamp, login Requires at least: 4.9.9 -Requires PHP: 5.6 +Requires PHP: 7.2 Tested up to: 6.5 Stable tag: 4.5.0 License: MIT From 379aa6ba1764186e62bd8f6eb3a6a24442c09877 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 12 Aug 2024 21:00:54 +0200 Subject: [PATCH 2/2] also test php 8.1 and 8.2 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 05275da..2ec53b0 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10 strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] steps: - name: Checkout uses: actions/checkout@v3