Skip to content

Commit

Permalink
GH Actions: update the matrix for latest WP/PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 27, 2023
1 parent d26dd97 commit 721f5b0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ jobs:
experimental: [false]

include:
# Complement the builds run via the matrix with high/low WP builds for PHP 7.4 and 8.0.
# PHP 8.1 is sort of supported since WP 5.9.
# Complement the builds run via the matrix with high/low WP builds for PHP 7.4 up to 8.2.
# PHP 8.2 is sort of supported since WP 6.1.
# PHP 8.1 is sort of supported since WP 5.9 (with the exception of Requests, which was updated in WP 6.2).
# PHP 8.0 is sort of supported since WP 5.6.
# PHP 7.4 is supported since WP 5.3.
- php: '8.2'
wp: 'latest'
experimental: false
- php: '8.2'
wp: '6.1'
experimental: false
- php: '8.1'
wp: 'latest'
experimental: false
Expand Down Expand Up @@ -68,7 +75,7 @@ jobs:
experimental: false

# Experimental builds. These are allowed to fail.
- php: '8.2'
- php: '8.3'
wp: 'trunk'
experimental: true
- php: '7.4'
Expand Down

0 comments on commit 721f5b0

Please sign in to comment.