Skip to content

Commit

Permalink
Merge pull request #274 from indieweb/fix/tests
Browse files Browse the repository at this point in the history
Fix unittests
  • Loading branch information
pfefferle authored Aug 12, 2024
2 parents ec12fcf + 379aa6b commit 46090f4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions languages/indieauth.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
<!-- Check up to 8 files simultaneously. -->
<arg name="parallel" value="8"/>


<!-- PHP/WordPress Compatibility Check -->
<config name="testVersion" value="5.6-"/>
<config name="testVersion" value="7.2-"/>
<rule ref="PHPCompatibilityWP"/>

<config name="minimum_supported_wp_version" value="4.9"/>


<rule ref="WordPress.WP.I18n">
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array">
<element value="indieauth"/>
Expand All @@ -47,7 +47,7 @@
<rule ref="WordPress.WP.DeprecatedParameters" />
<rule ref="WordPress.WP.AlternativeFunctions" />

<rule ref="WordPress-Core" />
<rule ref="WordPress-Core" />
<rule ref="WordPress.Files.FileName">
<properties>
<property name="strict_class_file_names" value="false" />
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46090f4

Please sign in to comment.