Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Apr 2, 2024
1 parent c593d4a commit 1532ad1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
php:
# Newest and oldest supported versions of PHP
- '8.3'
- '7.4'
fail-fast: false
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ jobs:
strategy:
matrix:
wp:
# Latest 3 major versions of WordPress
- '6.5'
- '6.4'
- '6.3'
php:
# Newest and oldest supported versions of PHP
- '8.3'
- '7.4'
include:
# Oldest supported version of WordPress
- php: '7.4'
wp: '5.6'
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
strategy:
matrix:
php:
# Newest and oldest supported versions of PHP
- '8.3'
- '7.4'
fail-fast: false
Expand Down

0 comments on commit 1532ad1

Please sign in to comment.