Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
label:
- 'PHP'
php:
- '8.3'
- '8.5'
fail-fast: false
with:
php: ${{ matrix.php }}
27 changes: 14 additions & 13 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,25 @@ jobs:
# See the following for PHP compatibility of WordPress versions:
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/
matrix:
wp:
# Three most recent versions of WordPress:
- '7.0'
- '6.9'
- '6.8'
php:
# Most recent version of PHP supported by all of the above:
- '8.4'
# Oldest support PHP:
- '7.4'
include:
# Latest WordPress on latest PHP:
# Latest:
- wp: '7.0'
php: '8.5'
# Oldest supported WordPress on its newest supported PHP:
- wp: '7.0'
php: '7.4'
# Latest -1:
- wp: '6.9'
php: '8.5'
- wp: '6.9'
php: '7.4'
# Latest -2:
- wp: '6.8'
php: '8.4'
- wp: '6.8'
php: '7.4'
# Oldest supported:
- wp: '6.2'
php: '8.2'
# Oldest supported WordPress on oldest support PHP:
- wp: '6.2'
php: '7.4'
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
label:
- 'acceptance'
php:
- '8.3'
- '8.5'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@99fbf371962704dbaef452ebe7ea188d5cfb8069 # 2.9.4
Expand All @@ -58,7 +58,7 @@ jobs:
label:
- 'integration'
php:
- '8.3'
- '8.5'
- '7.4'
fail-fast: false
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 'PHP'
php:
# Newest and oldest supported versions of PHP
- '8.4'
- '8.5'
- '7.4'
fail-fast: false
with:
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ User Switching should adhere to Web Content Accessibility Guidelines (WCAG) 2.0

### Does this plugin work with PHP 8?

Yes, it's actively tested and working up to PHP 8.4.
Yes, it's actively tested and working up to PHP 8.5.

### What does "Switch off" mean?

Expand Down