Skip to content

Commit

Permalink
ci: Drop PHP 8.0 support from CI (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Klein <[email protected]>
  • Loading branch information
schakko committed Feb 1, 2024
1 parent 6a48d87 commit b6421b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run unit tests
strategy:
matrix:
php: [ "8.0", "8.1", "8.2" ]
php: [ "8.1", "8.2", "8.3" ]
phpunit: [ "9.5.10" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Run unit tests
strategy:
matrix:
php: [ "8.0", "8.1", "8.2" ]
php: [ "8.1", "8.2", "8.3" ]
phpunit: [ "9.5.10" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run unit tests
strategy:
matrix:
php: [ "8.0", "8.1", "8.2" ]
php: [ "8.1", "8.2", "8.3" ]
phpunit: [ "9.5.10" ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Next Active Directory Integration allows WordPress to authenticate, authorize, c
If you like this plug-in we'd like to encourage you to purchase a support plan from [https://active-directory-wp.com/](https://active-directory-wp.com/shop-overview/) to support the ongoing development of this plug-in.

## Important requirement changes
NADI requires PHP 8.0 or later. The reason is that security support for PHP version prior 8.x have been dropped by the maintainers as you can see in the official [PHP documentation](http://php.net/supported-versions.php).
For security reasons and in order to use NADI in 2023 we hereby politely encourage you to migrate your environments to at least PHP 8.0.
NADI requires PHP 8.1 or later. The reason is that security support for PHP version prior 8.1 have been dropped by the maintainers as you can see in the official [PHP documentation](http://php.net/supported-versions.php).
For security reasons and in order to use NADI in 2024 we hereby politely encourage you to migrate your environments to at least PHP 8.1.

Thank you all for your support and understanding.

Expand Down
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ As an owner of a valid support plan you have access to the following premium ext
= Requirements =

* WordPress since 5.6
* PHP >= 8.0
* PHP >= 8.1
* LDAP support
* OpenSSL Support for TLS (recommended)

Expand Down Expand Up @@ -81,7 +81,7 @@ Please read the [FAQ](https://www.active-directory-wp.com/docs/FAQ.html) of our
== Installation ==

= Requirements =
To install Next Active Directory Integration you need at least WordPress 5.6 and PHP 8.0.
To install Next Active Directory Integration you need at least WordPress 5.6 and PHP 8.1.

Although only tested with Apache 2.2 and 2.4 *NADI* should work with all other common web servers like nginx and IIS.

Expand All @@ -93,8 +93,8 @@ Next Active Directory Integration requires a few PHP modules to be enabled. Plea

= Important =

NADI requires PHP 8.0 or later. The reason is that security support for PHP version prior 8.x have been dropped by the maintainers as you can see in the official PHP documentation http://php.net/supported-versions.php.
For security reasons and in order to use NADI in 2023 we hereby politely encourage you to migrate your environments to at least PHP 8.0 until then.
NADI requires PHP 8.1 or later. The reason is that security support for PHP version prior 8.1 have been dropped by the maintainers as you can see in the official PHP documentation http://php.net/supported-versions.php.
For security reasons and in order to use NADI in 2024 we hereby politely encourage you to migrate your environments to at least PHP 8.1 until then.

Thank you all for your support and understanding.

Expand Down Expand Up @@ -127,6 +127,7 @@ It is __not__ possible to activate *NADI* for a site inside a network.
For detailed information you can visit the official [GitHub repository of Next Active Directory Integration](https://github.com/NeosIT/active-directory-integration2)

= UNRELEASED =
* CHANGED: Drop PHP 8.0 support from CI (#189)

= 3.1.2 =
* CHANGED: WordPress 6.4 compatibility has been checked
Expand Down

0 comments on commit b6421b7

Please sign in to comment.